X509Certificate class

X509Certificate represents an SSL certificate, with accessors to get the fields of the certificate.

Constructors

X509Certificate({required Uint8List der, required String pem, required Uint8List sha1, required String subject, required String issuer, required DateTime startValidity, required DateTime endValidity})
X509Certificate represents an SSL certificate, with accessors to get the fields of the certificate.
const

Properties

der Uint8List
The DER encoded bytes of the certificate.
final
endValidity DateTime
The end date until which the certificate is valid.
final
hashCode int
The hash code for this object.
no setterinherited
issuer String
The issuer of the certificate.
final
pem String
The PEM encoded String of the certificate.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sha1 Uint8List
The SHA1 hash of the certificate.
final
startValidity DateTime
The start date for which the certificate is valid.
final
subject String
The subject name of the certificate.
final

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