CertificateOptions class
Structure that contains options for your certificate. Currently, you can use this only to specify whether to opt in to or out of certificate transparency logging. Some browsers require that public certificates issued for your domain be recorded in a log. Certificates that are not logged typically generate a browser error. Transparency makes it possible for you to detect SSL/TLS certificates that have been mistakenly or maliciously issued for your domain. For general information, see Certificate Transparency Logging.
Constructors
- CertificateOptions({CertificateTransparencyLoggingPreference? certificateTransparencyLoggingPreference})
-
CertificateOptions.fromJson(Map<
String, dynamic> json) -
factory
Properties
- certificateTransparencyLoggingPreference → CertificateTransparencyLoggingPreference?
-
You can opt out of certificate transparency logging by specifying the
DISABLED
option. Opt in by specifyingENABLED
.final - hashCode → int
-
The hash code for this object.
no setterinherited
- 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