Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.DecryptDataResponse
-
Packages that use DecryptDataResponse 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 DecryptDataResponse in software.amazon.awssdk.services.paymentcryptographydata
Methods in software.amazon.awssdk.services.paymentcryptographydata that return DecryptDataResponse Modifier and Type Method Description default DecryptDataResponsePaymentCryptographyDataClient. decryptData(Consumer<DecryptDataRequest.Builder> decryptDataRequest)Decrypts ciphertext data to plaintext using a symmetric (TDES, AES), asymmetric (RSA), or derived (DUKPT or EMV) encryption key scheme.default DecryptDataResponsePaymentCryptographyDataClient. decryptData(DecryptDataRequest decryptDataRequest)Decrypts ciphertext data to plaintext using a symmetric (TDES, AES), asymmetric (RSA), or derived (DUKPT or EMV) encryption key scheme.Methods in software.amazon.awssdk.services.paymentcryptographydata that return types with arguments of type DecryptDataResponse Modifier and Type Method Description default CompletableFuture<DecryptDataResponse>PaymentCryptographyDataAsyncClient. decryptData(Consumer<DecryptDataRequest.Builder> decryptDataRequest)Decrypts ciphertext data to plaintext using a symmetric (TDES, AES), asymmetric (RSA), or derived (DUKPT or EMV) encryption key scheme.default CompletableFuture<DecryptDataResponse>PaymentCryptographyDataAsyncClient. decryptData(DecryptDataRequest decryptDataRequest)Decrypts ciphertext data to plaintext using a symmetric (TDES, AES), asymmetric (RSA), or derived (DUKPT or EMV) encryption key scheme.
-