Class GeneratePinDataResponse

    • Method Detail

      • generationKeyArn

        public final String generationKeyArn()

        The keyARN of the pin data generation key that Amazon Web Services Payment Cryptography uses for PIN, PVV or PIN Offset generation.

        Returns:
        The keyARN of the pin data generation key that Amazon Web Services Payment Cryptography uses for PIN, PVV or PIN Offset generation.
      • generationKeyCheckValue

        public final String generationKeyCheckValue()

        The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.

        Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.

        Returns:
        The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.

        Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.

      • encryptionKeyArn

        public final String encryptionKeyArn()

        The keyARN of the PEK that Amazon Web Services Payment Cryptography uses for encrypted pin block generation. For ECDH, it is the keyARN of the asymmetric ECC key.

        Returns:
        The keyARN of the PEK that Amazon Web Services Payment Cryptography uses for encrypted pin block generation. For ECDH, it is the keyARN of the asymmetric ECC key.
      • encryptionKeyCheckValue

        public final String encryptionKeyCheckValue()

        The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.

        Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.

        Returns:
        The key check value (KCV) of the encryption key. The KCV is used to check if all parties holding a given key have the same key or to detect that a key has changed.

        Amazon Web Services Payment Cryptography computes the KCV according to the CMAC specification.

      • encryptedPinBlock

        public final String encryptedPinBlock()

        The PIN block encrypted under PEK from Amazon Web Services Payment Cryptography. The encrypted PIN block is a composite of PAN (Primary Account Number) and PIN (Personal Identification Number), generated in accordance with ISO 9564 standard.

        Returns:
        The PIN block encrypted under PEK from Amazon Web Services Payment Cryptography. The encrypted PIN block is a composite of PAN (Primary Account Number) and PIN (Personal Identification Number), generated in accordance with ISO 9564 standard.
      • pinData

        public final PinData pinData()

        The attributes and values Amazon Web Services Payment Cryptography uses for pin data generation.

        Returns:
        The attributes and values Amazon Web Services Payment Cryptography uses for pin data generation.
      • 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