X509CertificateDataExtensions class

Model that represents the extensions of a x509Certificate

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

Constructors

X509CertificateDataExtensions({List<String>? subjectAlternativNames, List<ExtendedKeyUsage>? extKeyUsage, List<KeyUsage>? keyUsage, VmcData? vmc, List<String>? cRLDistributionPoints})
X509CertificateDataExtensions.fromJson(Map<String, dynamic> json)
factory

Properties

cRLDistributionPoints List<String>?
The distribution points for the crl files. Normally a url.
getter/setter pair
extKeyUsage List<ExtendedKeyUsage>?
The extended key usage extension
getter/setter pair
hashCode int
The hash code for this object.
no setterinherited
keyUsage List<KeyUsage>?
The key usage extension
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
subjectAlternativNames List<String>?
The subject alternative names
getter/setter pair
vmc VmcData?
The base64 encoded VMC logo
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