AuthorityKeyIdentifier class

An authority key identifier extension value.

The authority key identifier extension provides a means of identifying the public key corresponding to the private key used to sign a certificate.

Inheritance

Constructors

AuthorityKeyIdentifier(List<int>? keyIdentifier, GeneralNames? authorityCertIssuer, BigInt? authorityCertSerialNumber)
AuthorityKeyIdentifier.fromAsn1(ASN1Sequence sequence)
Creates an authority key identifier extension value from an ASN1Sequence.
factory

Properties

authorityCertIssuer GeneralNames?
final
authorityCertSerialNumber BigInt?
final
hashCode int
The hash code for this object.
no setterinherited
keyIdentifier List<int>?
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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