Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.DecryptDataRequest
-
Packages that use DecryptDataRequest 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.software.amazon.awssdk.services.paymentcryptographydata.transform -
-
Uses of DecryptDataRequest in software.amazon.awssdk.services.paymentcryptographydata
Methods in software.amazon.awssdk.services.paymentcryptographydata with parameters of type DecryptDataRequest Modifier and Type Method Description 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.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. -
Uses of DecryptDataRequest in software.amazon.awssdk.services.paymentcryptographydata.transform
Methods in software.amazon.awssdk.services.paymentcryptographydata.transform with parameters of type DecryptDataRequest Modifier and Type Method Description SdkHttpFullRequestDecryptDataRequestMarshaller. marshall(DecryptDataRequest decryptDataRequest)
-