| Package | Description |
|---|---|
| software.amazon.awssdk.services.paymentcryptographydata |
You use the Amazon Web Services Payment Cryptography Data Plane to manage how encryption keys are used for
payment-related transaction processing and associated cryptographic operations.
|
| Modifier and Type | Method and Description |
|---|---|
default VerifyAuthRequestCryptogramResponse |
PaymentCryptographyDataClient.verifyAuthRequestCryptogram(Consumer<VerifyAuthRequestCryptogramRequest.Builder> verifyAuthRequestCryptogramRequest)
Verifies Authorization Request Cryptogram (ARQC) for a EMV chip payment card authorization.
|
default VerifyAuthRequestCryptogramResponse |
PaymentCryptographyDataClient.verifyAuthRequestCryptogram(VerifyAuthRequestCryptogramRequest verifyAuthRequestCryptogramRequest)
Verifies Authorization Request Cryptogram (ARQC) for a EMV chip payment card authorization.
|
default VerifyCardValidationDataResponse |
PaymentCryptographyDataClient.verifyCardValidationData(Consumer<VerifyCardValidationDataRequest.Builder> verifyCardValidationDataRequest)
Verifies card-related validation data using algorithms such as Card Verification Values (CVV/CVV2), Dynamic Card
Verification Values (dCVV/dCVV2) and Card Security Codes (CSC).
|
default VerifyCardValidationDataResponse |
PaymentCryptographyDataClient.verifyCardValidationData(VerifyCardValidationDataRequest verifyCardValidationDataRequest)
Verifies card-related validation data using algorithms such as Card Verification Values (CVV/CVV2), Dynamic Card
Verification Values (dCVV/dCVV2) and Card Security Codes (CSC).
|
default VerifyMacResponse |
PaymentCryptographyDataClient.verifyMac(Consumer<VerifyMacRequest.Builder> verifyMacRequest)
Verifies a Message Authentication Code (MAC).
|
default VerifyMacResponse |
PaymentCryptographyDataClient.verifyMac(VerifyMacRequest verifyMacRequest)
Verifies a Message Authentication Code (MAC).
|
default VerifyPinDataResponse |
PaymentCryptographyDataClient.verifyPinData(Consumer<VerifyPinDataRequest.Builder> verifyPinDataRequest)
Verifies pin-related data such as PIN and PIN Offset using algorithms including VISA PVV and IBM3624.
|
default VerifyPinDataResponse |
PaymentCryptographyDataClient.verifyPinData(VerifyPinDataRequest verifyPinDataRequest)
Verifies pin-related data such as PIN and PIN Offset using algorithms including VISA PVV and IBM3624.
|
Copyright © 2023. All rights reserved.