X509Certificate class abstract interface

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

Properties

der Uint8List
The DER encoded bytes of the certificate.
no setter
endValidity DateTime
no setter
hashCode int
The hash code for this object.
no setterinherited
issuer String
no setter
pem String
The PEM encoded String of the certificate.
no setter
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
sha1 Uint8List
The SHA1 hash of the certificate.
no setter
startValidity DateTime
no setter
subject String
no setter

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