Match class

Constructors

Match({required ByteBuffer certificate, required Map keyAlgorithm})
Match.fromJS(Match _wrapped)

Properties

certificate ByteBuffer
The DER encoding of a X.509 certificate.
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keyAlgorithm Map
The KeyAlgorithm of the certified key. This contains algorithm parameters that are inherent to the key of the certificate (e.g. the key length). Other parameters like the hash function used by the sign function are not included.
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
toJS → Match
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