ExportCertificateResponse class
Properties
-
certificate
→ String?
-
The base64 PEM-encoded certificate.
final
-
certificateChain
→ String?
-
The base64 PEM-encoded certificate chain. This does not include the
certificate that you are exporting.
final
-
hashCode
→ int
-
The hash code for this object.
no setterinherited
-
privateKey
→ String?
-
The encrypted private key associated with the public key in the certificate.
The key is output in PKCS #8 format and is base64 PEM-encoded.
final
-
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