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 symmetric, asymmetric, or DUKPT data encryption key.default DecryptDataResponsePaymentCryptographyDataClient. decryptData(DecryptDataRequest decryptDataRequest)Decrypts ciphertext data to plaintext using symmetric, asymmetric, or DUKPT data encryption key.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 symmetric, asymmetric, or DUKPT data encryption key.default CompletableFuture<DecryptDataResponse>PaymentCryptographyDataAsyncClient. decryptData(DecryptDataRequest decryptDataRequest)Decrypts ciphertext data to plaintext using symmetric, asymmetric, or DUKPT data encryption key.
-