X509Certificate class

Constructors

X509Certificate({int? version, int? serialNumber, String? signatureAlgorithmOID, String? signatureAlgorithmName, Uint8List? signatureAlgorithmParams, String? issuerName, String? notBefore, String? notAfter, String? subjectName, Uint8List? tbsCertificate, Uint8List? signature, List<bool?>? issuerUniqueID, List<bool?>? subjectUniqueID, List<bool?>? keyUsage, List<String?>? extendedKeyUsage})

Properties

extendedKeyUsage List<String?>?
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
issuerName String?
getter/setter pair
issuerUniqueID List<bool?>?
getter/setter pair
keyUsage List<bool?>?
getter/setter pair
notAfter String?
getter/setter pair
notBefore String?
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNumber int?
getter/setter pair
signature Uint8List?
getter/setter pair
signatureAlgorithmName String?
getter/setter pair
signatureAlgorithmOID String?
getter/setter pair
signatureAlgorithmParams Uint8List?
getter/setter pair
subjectName String?
getter/setter pair
subjectUniqueID List<bool?>?
getter/setter pair
tbsCertificate Uint8List?
getter/setter pair
version int?
getter/setter pair

Methods

encode() Object
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

Static Methods

decode(Object message) X509Certificate