X509Certificate class

A X.509 Certificate

Implemented types

Constructors

X509Certificate(TbsCertificate tbsCertificate, AlgorithmIdentifier signatureAlgorithm, List<int>? signatureValue)
const
X509Certificate.fromAsn1(ASN1Sequence sequence)
Creates a certificate from an ASN1Sequence.
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
publicKey PublicKey
The public key from this certificate.
no setteroverride
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatureAlgorithm AlgorithmIdentifier
final
signatureValue List<int>?
final
tbsCertificate TbsCertificate
The to-be-signed certificate
final

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toAsn1() → ASN1Sequence
toString([String prefix = '']) String
A string representation of this object.
override

Operators

operator ==(Object other) bool
The equality operator.
inherited