TbsCertificate class

Model that represents the data of a TbsCertificate

Annotations
  • @JsonSerializable(includeIfNull: false, explicitToJson: true)

Constructors

TbsCertificate({required int version, required BigInt serialNumber, required Map<String, String?> issuer, required X509CertificateValidity validity, required Map<String, String?> subject, required SubjectPublicKeyInfo subjectPublicKeyInfo, required String signatureAlgorithm, required String? signatureAlgorithmReadableName, X509CertificateDataExtensions? extensions})
TbsCertificate.fromJson(Map<String, dynamic> json)
factory

Properties

extensions X509CertificateDataExtensions?
The certificate extensions
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
issuer Map<String, String?>
The issuer data of the certificate
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
serialNumber BigInt
The serialNumber of the certificate
getter/setter pair
signatureAlgorithm String
The signatureAlgorithm of the certificate
getter/setter pair
signatureAlgorithmReadableName String?
The readable name of the signatureAlgorithm of the certificate
getter/setter pair
subject Map<String, String?>
The subject data of the certificate
getter/setter pair
subjectPublicKeyInfo SubjectPublicKeyInfo
The public key data from the certificate
getter/setter pair
validity X509CertificateValidity
The validity of the certificate
getter/setter pair
version int
The version of the certificate
getter/setter pair

Methods

noSuchMethod(Invocation invocation) → dynamic
Invoked when a nonexistent method or property is accessed.
inherited
toJson() Map<String, dynamic>
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited