TLS class abstract

Annotations
  • @JS()
  • @anonymous

Constructors

TLS()

Properties

DEFAULT_ECDH_CURVE String
no setter
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
TLSSocket Function
Reference to constructor function of TLSSocket.
no setter

Methods

checkServerIdentity(String host, TLSPeerCertificate cert) JsError
connect(dynamic arg1, [dynamic arg2, dynamic arg3, dynamic arg4]) → dynamic
See official documentation on possible signatures:
createSecureContext(dynamic options) TLSSecureContext
createServer([dynamic options, Function secureConnectionListener]) TLSServer
getCiphers() List<String>
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