DtlsClientContext class

The context contains settings for DTLS session establishment.

Wrapper for SSL_CTX.

Constructors

DtlsClientContext({bool verify = true, bool withTrustedRoots = false, List<Uint8List> rootCertificates = const [], String? ciphers})
verify enables certificate verification (recommended).

Properties

hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

Methods

free() → void
Free the object. Use after free triggers undefined behavior. This does not affect any existing DtlsClientConnection.
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