Interface GetPublicKeyCertificateResponse.Builder

    • Method Detail

      • keyCertificate

        GetPublicKeyCertificateResponse.Builder keyCertificate​(String keyCertificate)

        The public key component of the asymmetric key pair in a certificate PEM format (base64 encoded). It is signed by the root certificate authority (CA). The certificate expires in 90 days.

        Parameters:
        keyCertificate - The public key component of the asymmetric key pair in a certificate PEM format (base64 encoded). It is signed by the root certificate authority (CA). The certificate expires in 90 days.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • keyCertificateChain

        GetPublicKeyCertificateResponse.Builder keyCertificateChain​(String keyCertificateChain)

        The root certificate authority (CA) that signed the public key certificate in PEM format (base64 encoded) of the asymmetric key pair.

        Parameters:
        keyCertificateChain - The root certificate authority (CA) that signed the public key certificate in PEM format (base64 encoded) of the asymmetric key pair.
        Returns:
        Returns a reference to this object so that method calls can be chained together.