CertificateListData class

Constructors

CertificateListData({CrlExtensions? extensions, Map<String, String>? issuer, DateTime? nextUpdate, List<RevokedCertificate>? revokedCertificates, String? signatureAlgorithm, String? signatureAlgorithmReadableName, DateTime? thisUpdate, int? version})

Properties

extensions CrlExtensions?
The extensions
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
issuer Map<String, String>?
The issuer data of this list
getter/setter pair
nextUpdate DateTime?
The date by which the next CRL will be issued
getter/setter pair
revokedCertificates List<RevokedCertificate>?
The revoked certificates
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
signatureAlgorithm String?
The signatureAlgorithm of the certificate
getter/setter pair
signatureAlgorithmReadableName String?
The readable name of the signature algorithm
getter/setter pair
thisUpdate DateTime?
The issue date of this CRL.
getter/setter pair
version int?
The version
getter/setter pair

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