Interface ExportCertificateResponse.Builder

    • Method Detail

      • certificate

        ExportCertificateResponse.Builder certificate​(String certificate)

        The base64 PEM-encoded certificate.

        Parameters:
        certificate - The base64 PEM-encoded certificate.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • certificateChain

        ExportCertificateResponse.Builder certificateChain​(String certificateChain)

        The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.

        Parameters:
        certificateChain - The base64 PEM-encoded certificate chain. This does not include the certificate that you are exporting.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • privateKey

        ExportCertificateResponse.Builder privateKey​(String privateKey)

        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.

        Parameters:
        privateKey - 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.
        Returns:
        Returns a reference to this object so that method calls can be chained together.