PKCertificate class

Properties

email String?
Subject's email address.
final
encoded Uint8List
Certificate DER encoded bytes.
final
hashCode int
The hash code for this object.
no setterinherited
issuerDisplayName String?
A summary display name for certificate Issuer.
final
issuerName Name
Certificate Issuer DN name entries.
final
pkiBrazil IcpBrasilCertificateFields
ICP-Brasil certificate fields
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subjectDisplayName String?
A summary display name for certificate Subject.
final
subjectName Name
Certificate Subject DN name entries.
final
thumbprint String
A unique identifier for the user certificate.
final
validityEnd DateTime
Certificate validity ending DateTime.
final
validityStart DateTime
Certificate validity starting DateTime.
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