X509CertificateValidity class

Model that represents the validity data of a x509Certificate

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

Constructors

X509CertificateValidity({required DateTime notBefore, required DateTime notAfter})
X509CertificateValidity.fromJson(Map<String, dynamic> json)
factory

Properties

hashCode int
The hash code for this object.
no setterinherited
notAfter DateTime
The end date
getter/setter pair
notBefore DateTime
The start date
getter/setter pair
runtimeType Type
A representation of the runtime type of the object.
no setterinherited

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