CertificateInfo class

Constructors

CertificateInfo({required ByteBuffer certificate, required List<Hash> supportedHashes})
CertificateInfo.fromJS(CertificateInfo _wrapped)

Properties

certificate ByteBuffer
Must be the DER encoding of a X.509 certificate. Currently, only certificates of RSA keys are supported.
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
supportedHashes List<Hash>
Must be set to all hashes supported for this certificate. This extension will only be asked for signatures of digests calculated with one of these hash algorithms. This should be in order of decreasing hash preference.
getter/setter pair
toJS → CertificateInfo
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