Certificate class

Information about the certificate.

Constructors

Certificate({String? certificateId, ClientCertAuthSettings? clientCertAuthSettings, String? commonName, DateTime? expiryDateTime, DateTime? registeredDateTime, CertificateState? state, String? stateReason, CertificateType? type})
Certificate.fromJson(Map<String, dynamic> json)
factory

Properties

certificateId String?
The identifier of the certificate.
final
clientCertAuthSettings ClientCertAuthSettings?
A ClientCertAuthSettings object that contains client certificate authentication settings.
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
registeredDateTime DateTime?
The date and time that the certificate was registered.
final
runtimeType Type
A representation of the runtime type of the object.
no setterinherited
state CertificateState?
The state of the certificate.
final
stateReason String?
Describes a state change for the certificate.
final
type CertificateType?
The function that the registered certificate performs. Valid values include ClientLDAPS or ClientCertAuth. The default value is ClientLDAPS.
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