Class KeyAttributes

    • Method Detail

      • keyAlgorithm

        public final KeyAlgorithm keyAlgorithm()

        The key algorithm to be use during creation of an Amazon Web Services Payment Cryptography key.

        For symmetric keys, Amazon Web Services Payment Cryptography supports AES and TDES algorithms. For asymmetric keys, Amazon Web Services Payment Cryptography supports RSA and ECC_NIST algorithms.

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

        Returns:
        The key algorithm to be use during creation of an Amazon Web Services Payment Cryptography key.

        For symmetric keys, Amazon Web Services Payment Cryptography supports AES and TDES algorithms. For asymmetric keys, Amazon Web Services Payment Cryptography supports RSA and ECC_NIST algorithms.

        See Also:
        KeyAlgorithm
      • keyAlgorithmAsString

        public final String keyAlgorithmAsString()

        The key algorithm to be use during creation of an Amazon Web Services Payment Cryptography key.

        For symmetric keys, Amazon Web Services Payment Cryptography supports AES and TDES algorithms. For asymmetric keys, Amazon Web Services Payment Cryptography supports RSA and ECC_NIST algorithms.

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

        Returns:
        The key algorithm to be use during creation of an Amazon Web Services Payment Cryptography key.

        For symmetric keys, Amazon Web Services Payment Cryptography supports AES and TDES algorithms. For asymmetric keys, Amazon Web Services Payment Cryptography supports RSA and ECC_NIST algorithms.

        See Also:
        KeyAlgorithm
      • keyClass

        public final KeyClass keyClass()

        The type of Amazon Web Services Payment Cryptography key to create, which determines the classification of the cryptographic method and whether Amazon Web Services Payment Cryptography key contains a symmetric key or an asymmetric key pair.

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

        Returns:
        The type of Amazon Web Services Payment Cryptography key to create, which determines the classification of the cryptographic method and whether Amazon Web Services Payment Cryptography key contains a symmetric key or an asymmetric key pair.
        See Also:
        KeyClass
      • keyClassAsString

        public final String keyClassAsString()

        The type of Amazon Web Services Payment Cryptography key to create, which determines the classification of the cryptographic method and whether Amazon Web Services Payment Cryptography key contains a symmetric key or an asymmetric key pair.

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

        Returns:
        The type of Amazon Web Services Payment Cryptography key to create, which determines the classification of the cryptographic method and whether Amazon Web Services Payment Cryptography key contains a symmetric key or an asymmetric key pair.
        See Also:
        KeyClass
      • keyModesOfUse

        public final KeyModesOfUse keyModesOfUse()

        The list of cryptographic operations that you can perform using the key.

        Returns:
        The list of cryptographic operations that you can perform using the key.
      • keyUsage

        public final KeyUsage keyUsage()

        The cryptographic usage of an Amazon Web Services Payment Cryptography key as defined in section A.5.2 of the TR-31 spec.

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

        Returns:
        The cryptographic usage of an Amazon Web Services Payment Cryptography key as defined in section A.5.2 of the TR-31 spec.
        See Also:
        KeyUsage
      • keyUsageAsString

        public final String keyUsageAsString()

        The cryptographic usage of an Amazon Web Services Payment Cryptography key as defined in section A.5.2 of the TR-31 spec.

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

        Returns:
        The cryptographic usage of an Amazon Web Services Payment Cryptography key as defined in section A.5.2 of the TR-31 spec.
        See Also:
        KeyUsage
      • hashCode

        public final int hashCode()
        Overrides:
        hashCode in class Object
      • equals

        public final boolean equals​(Object obj)
        Overrides:
        equals in class Object
      • 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
      • getValueForField

        public final <T> Optional<T> getValueForField​(String fieldName,
                                                      Class<T> clazz)