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
-
- Object
- ExtensionValue
- AuthorityKeyIdentifier
Constructors
-
AuthorityKeyIdentifier.new(List<
int> ? keyIdentifier, dynamic authorityCertIssuer, BigInt? authorityCertSerialNumber) - AuthorityKeyIdentifier.fromAsn1(ASN1Sequence sequence)
-
Creates an authority key identifier extension value from an
ASN1Sequence
.factory
Properties
-
final
-
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