public static interface VerifyPinDataResponse.Builder extends PaymentCryptographyDataResponse.Builder, SdkPojo, CopyableBuilder<VerifyPinDataResponse.Builder,VerifyPinDataResponse>
| Modifier and Type | Method and Description |
|---|---|
VerifyPinDataResponse.Builder |
encryptionKeyArn(String encryptionKeyArn)
The
keyARN of the PEK that Amazon Web Services Payment Cryptography uses for encrypted pin block
generation. |
VerifyPinDataResponse.Builder |
encryptionKeyCheckValue(String encryptionKeyCheckValue)
The key check value (KCV) of the encryption key.
|
VerifyPinDataResponse.Builder |
verificationKeyArn(String verificationKeyArn)
The
keyARN of the PIN encryption key that Amazon Web Services Payment Cryptography uses for PIN
or PIN Offset verification. |
VerifyPinDataResponse.Builder |
verificationKeyCheckValue(String verificationKeyCheckValue)
The key check value (KCV) of the encryption key.
|
build, responseMetadata, responseMetadatasdkHttpResponse, sdkHttpResponseequalsBySdkFields, sdkFieldscopyapplyMutation, buildVerifyPinDataResponse.Builder encryptionKeyArn(String encryptionKeyArn)
The keyARN of the PEK that Amazon Web Services Payment Cryptography uses for encrypted pin block
generation.
encryptionKeyArn - The keyARN of the PEK that Amazon Web Services Payment Cryptography uses for encrypted
pin block generation.VerifyPinDataResponse.Builder encryptionKeyCheckValue(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 calculates the KCV by using standard algorithms, typically by encrypting 8 or 16 bytes or "00" or "01" and then truncating the result to the first 3 bytes, or 6 hex digits, of the resulting cryptogram.
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 calculates the KCV by using standard algorithms, typically by encrypting 8 or 16 bytes or
"00" or "01" and then truncating the result to the first 3 bytes, or 6 hex digits, of the resulting
cryptogram.VerifyPinDataResponse.Builder verificationKeyArn(String verificationKeyArn)
The keyARN of the PIN encryption key that Amazon Web Services Payment Cryptography uses for PIN
or PIN Offset verification.
verificationKeyArn - The keyARN of the PIN encryption key that Amazon Web Services Payment Cryptography uses
for PIN or PIN Offset verification.VerifyPinDataResponse.Builder verificationKeyCheckValue(String verificationKeyCheckValue)
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 calculates the KCV by using standard algorithms, typically by encrypting 8 or 16 bytes or "00" or "01" and then truncating the result to the first 3 bytes, or 6 hex digits, of the resulting cryptogram.
verificationKeyCheckValue - 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 calculates the KCV by using standard algorithms, typically by encrypting 8 or 16 bytes or
"00" or "01" and then truncating the result to the first 3 bytes, or 6 hex digits, of the resulting
cryptogram.Copyright © 2023. All rights reserved.