CertificateExtension class

Information about a certificate extension.

Implemented types

Constructors

CertificateExtension()
Creates a new instance of the CertificateExtension class.
CertificateExtension.fromHandle(Pointer<id3BiosealCertificateExtension> handle)
Creates a new instance of the CertificateExtension class.

Properties

critical bool
A value indicating whether the certificate extension is critical.
no setter
handle Pointer<id3BiosealCertificateExtension>
Gets the native handle. return The native handle.
no setter
hashCode int
The hash code for this object.
no setterinherited
oid String
The OID of the certificate extension.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
value Uint8List
A byte array that contains the value of the certificate extension.
no setter

Methods

dispose() → void
Releases all resources used by this CertificateExtension.
getCritical() bool
Gets the A value indicating whether the certificate extension is critical.
getOid() String
Gets the the OID of the certificate extension.
getValue() Uint8List
Gets the A byte array that contains the value of the certificate extension.
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