GetCertificateAuthorityCertificateResponse class

Constructors

GetCertificateAuthorityCertificateResponse({String? certificate, String? certificateChain})
GetCertificateAuthorityCertificateResponse.fromJson(Map<String, dynamic> json)
factory

Properties

certificate String?
Base64-encoded certificate authority (CA) certificate.
final
certificateChain String?
Base64-encoded certificate chain that includes any intermediate certificates and chains up to root certificate that you used to sign your private CA certificate. The chain does not include your private CA certificate. If this is a root CA, the value will be null.
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
toString() String
A string representation of this object.
inherited

Operators

operator ==(Object other) bool
The equality operator.
inherited