Certificate class
Certificate used to configure LDAPS.
Constructors
-
Certificate({String? expireTime, Certificate? issuingCertificate, String? subject, List<
String> ? subjectAlternativeName, String? thumbprint}) - Certificate.fromJson(Map json_)
Properties
- expireTime ↔ String?
-
The certificate expire time.
getter/setter pair
- hashCode → int
-
The hash code for this object.
no setterinherited
- issuingCertificate ↔ Certificate?
-
The issuer of this certificate.
getter/setter pair
- runtimeType → Type
-
A representation of the runtime type of the object.
no setterinherited
- subject ↔ String?
-
The certificate subject.
getter/setter pair
-
subjectAlternativeName
↔ List<
String> ? -
The additional hostnames for the domain.
getter/setter pair
- thumbprint ↔ String?
-
The certificate thumbprint which uniquely identifies 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