TLSSecureContextOptions class abstract

Implementers
Annotations
  • @JS()
  • @anonymous

Constructors

TLSSecureContextOptions({dynamic pfx, dynamic key, String passphrase, dynamic cert, dynamic ca, String ciphers, bool honorCipherOrder, String ecdhCurve, String clientCertEngine, dynamic crl, dynamic dhparam, num secureOptions, String secureProtocol, String sessionIdContext})
factory

Properties

ca → dynamic
no setter
cert → dynamic
no setter
ciphers String
no setter
clientCertEngine String
no setter
crl → dynamic
no setter
dhparam → dynamic
no setter
ecdhCurve String
no setter
hashCode int
The hash code for this object.
no setterinherited
honorCipherOrder bool
no setter
key → dynamic
no setter
passphrase String
no setter
pfx → dynamic
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
secureOptions num
no setter
secureProtocol String
no setter
sessionIdContext String
no setter

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited