ClientCertificateInfo class

Constructors

ClientCertificateInfo({required List<ByteBuffer> certificateChain, required List<Algorithm> supportedAlgorithms})
ClientCertificateInfo.fromJS(ClientCertificateInfo _wrapped)

Properties

certificateChain List<ByteBuffer>
The array must contain the DER encoding of the X.509 client certificate as its first element. This must include exactly one certificate.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
supportedAlgorithms List<Algorithm>
All algorithms supported for this certificate. The extension will only be asked for signatures using one of these algorithms.
getter/setter pair
toJS → ClientCertificateInfo
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