CertificateInfo class
Contains general information about a certificate.
Constructors
- CertificateInfo({String? certificateId, String? commonName, DateTime? expiryDateTime, CertificateState? state, CertificateType? type})
-
CertificateInfo.fromJson(Map<
String, dynamic> json) -
factory
Properties
- certificateId → String?
-
The identifier of the certificate.
final
- commonName → String?
-
The common name for the certificate.
final
- expiryDateTime → DateTime?
-
The date and time when the certificate will expire.
final
- hashCode → int
-
The hash code for this object.
no setterinherited
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- state → CertificateState?
-
The state of the certificate.
final
- type → CertificateType?
-
The function that the registered certificate performs. Valid values include
ClientLDAPS
orClientCertAuth
. The default value isClientLDAPS
.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