Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.VerifyAuthRequestCryptogramResponse
-
Packages that use VerifyAuthRequestCryptogramResponse 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. -
-
Uses of VerifyAuthRequestCryptogramResponse in software.amazon.awssdk.services.paymentcryptographydata
Methods in software.amazon.awssdk.services.paymentcryptographydata that return VerifyAuthRequestCryptogramResponse Modifier and Type Method Description default VerifyAuthRequestCryptogramResponsePaymentCryptographyDataClient. verifyAuthRequestCryptogram(Consumer<VerifyAuthRequestCryptogramRequest.Builder> verifyAuthRequestCryptogramRequest)Verifies Authorization Request Cryptogram (ARQC) for a EMV chip payment card authorization.default VerifyAuthRequestCryptogramResponsePaymentCryptographyDataClient. verifyAuthRequestCryptogram(VerifyAuthRequestCryptogramRequest verifyAuthRequestCryptogramRequest)Verifies Authorization Request Cryptogram (ARQC) for a EMV chip payment card authorization.Methods in software.amazon.awssdk.services.paymentcryptographydata that return types with arguments of type VerifyAuthRequestCryptogramResponse Modifier and Type Method Description default CompletableFuture<VerifyAuthRequestCryptogramResponse>PaymentCryptographyDataAsyncClient. verifyAuthRequestCryptogram(Consumer<VerifyAuthRequestCryptogramRequest.Builder> verifyAuthRequestCryptogramRequest)Verifies Authorization Request Cryptogram (ARQC) for a EMV chip payment card authorization.default CompletableFuture<VerifyAuthRequestCryptogramResponse>PaymentCryptographyDataAsyncClient. verifyAuthRequestCryptogram(VerifyAuthRequestCryptogramRequest verifyAuthRequestCryptogramRequest)Verifies Authorization Request Cryptogram (ARQC) for a EMV chip payment card authorization.
-