TLSServerOptions class abstract
- Implemented types
- Annotations
-
- @JS()
- @anonymous
Constructors
- TLSServerOptions({String clientCertEngine, num handshakeTimeout, bool requestCert, bool rejectUnauthorized, List NPNProtocols, List ALPNProtocols, Function SNICallback, num sessionTimeout, Buffer ticketKeys, dynamic pfx, dynamic key, String passphrase, dynamic cert, dynamic ca, String ciphers, bool honorCipherOrder, String ecdhCurve, dynamic crl, dynamic dhparam, num secureOptions, String secureProtocol, String sessionIdContext})
-
factory
Properties
- ALPNProtocols → List
-
no setter
- ca → dynamic
-
no setterinherited
- cert → dynamic
-
no setterinherited
- ciphers → String
-
no setterinherited
- clientCertEngine → String
-
no setteroverride
- crl → dynamic
-
no setterinherited
- dhparam → dynamic
-
no setterinherited
- ecdhCurve → String
-
no setterinherited
- handshakeTimeout → num
-
no setter
- hashCode → int
-
The hash code for this object.
no setterinherited
- honorCipherOrder → bool
-
no setterinherited
- key → dynamic
-
no setterinherited
- NPNProtocols → List
-
no setter
- passphrase → String
-
no setterinherited
- pfx → dynamic
-
no setterinherited
-
no setter
- requestCert → bool
-
no setter
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- secureOptions → num
-
no setterinherited
- secureProtocol → String
-
no setterinherited
- sessionIdContext → String
-
no setterinherited
- sessionTimeout → num
-
no setter
- SNICallback → Function
-
no setter
- ticketKeys → Buffer
-
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