Interface ExportKeyCryptogram.Builder

    • Method Detail

      • certificateAuthorityPublicKeyIdentifier

        ExportKeyCryptogram.Builder certificateAuthorityPublicKeyIdentifier​(String certificateAuthorityPublicKeyIdentifier)

        The KeyARN of the certificate chain that signs the wrapping key certificate during RSA wrap and unwrap key export.

        Parameters:
        certificateAuthorityPublicKeyIdentifier - The KeyARN of the certificate chain that signs the wrapping key certificate during RSA wrap and unwrap key export.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • wrappingKeyCertificate

        ExportKeyCryptogram.Builder wrappingKeyCertificate​(String wrappingKeyCertificate)

        The wrapping key certificate in PEM format (base64 encoded). Amazon Web Services Payment Cryptography uses this certificate to wrap the key under export.

        Parameters:
        wrappingKeyCertificate - The wrapping key certificate in PEM format (base64 encoded). Amazon Web Services Payment Cryptography uses this certificate to wrap the key under export.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
      • wrappingSpec

        ExportKeyCryptogram.Builder wrappingSpec​(String wrappingSpec)

        The wrapping spec for the key under export.

        Parameters:
        wrappingSpec - The wrapping spec for the key under export.
        Returns:
        Returns a reference to this object so that method calls can be chained together.
        See Also:
        WrappingKeySpec, WrappingKeySpec