Class GetParametersForImportResponse

    • Method Detail

      • importToken

        public final String importToken()

        The import token to initiate key import into Amazon Web Services Payment Cryptography. The import token expires after 7 days. You can use the same import token to import multiple keys to the same service account.

        Returns:
        The import token to initiate key import into Amazon Web Services Payment Cryptography. The import token expires after 7 days. You can use the same import token to import multiple keys to the same service account.
      • parametersValidUntilTimestamp

        public final Instant parametersValidUntilTimestamp()

        The validity period of the import token.

        Returns:
        The validity period of the import token.
      • wrappingKeyAlgorithm

        public final KeyAlgorithm wrappingKeyAlgorithm()

        The algorithm of the wrapping key for use within TR-34 key block. RSA_2048 is the only wrapping key algorithm allowed.

        If the service returns an enum value that is not available in the current SDK version, wrappingKeyAlgorithm will return KeyAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from wrappingKeyAlgorithmAsString().

        Returns:
        The algorithm of the wrapping key for use within TR-34 key block. RSA_2048 is the only wrapping key algorithm allowed.
        See Also:
        KeyAlgorithm
      • wrappingKeyAlgorithmAsString

        public final String wrappingKeyAlgorithmAsString()

        The algorithm of the wrapping key for use within TR-34 key block. RSA_2048 is the only wrapping key algorithm allowed.

        If the service returns an enum value that is not available in the current SDK version, wrappingKeyAlgorithm will return KeyAlgorithm.UNKNOWN_TO_SDK_VERSION. The raw value returned by the service is available from wrappingKeyAlgorithmAsString().

        Returns:
        The algorithm of the wrapping key for use within TR-34 key block. RSA_2048 is the only wrapping key algorithm allowed.
        See Also:
        KeyAlgorithm
      • wrappingKeyCertificate

        public final String wrappingKeyCertificate()

        The wrapping key certificate of the wrapping key for use within the TR-34 key block. The certificate expires in 7 days.

        Returns:
        The wrapping key certificate of the wrapping key for use within the TR-34 key block. The certificate expires in 7 days.
      • wrappingKeyCertificateChain

        public final String wrappingKeyCertificateChain()

        The Amazon Web Services Payment Cryptography certificate chain that signed the wrapping key certificate. This is the root certificate authority (CA) within your service account.

        Returns:
        The Amazon Web Services Payment Cryptography certificate chain that signed the wrapping key certificate. This is the root certificate authority (CA) within your service account.
      • toString

        public final String toString()
        Returns a string representation of this object. This is useful for testing and debugging. Sensitive data will be redacted from this string using a placeholder value.
        Overrides:
        toString in class Object