ExportCertificateResponse
Types
Properties
Link copied to clipboard
The base64 PEM-encoded certificate.
Link copied to clipboard
The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.
Link copied to clipboard
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.
Functions
Link copied to clipboard
inline fun copy(block: ExportCertificateResponse.Builder.() -> Unit = {}): ExportCertificateResponse