Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.EncryptDataResponse
-
Packages that use EncryptDataResponse 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 EncryptDataResponse in software.amazon.awssdk.services.paymentcryptographydata
Methods in software.amazon.awssdk.services.paymentcryptographydata that return EncryptDataResponse Modifier and Type Method Description default EncryptDataResponsePaymentCryptographyDataClient. encryptData(Consumer<EncryptDataRequest.Builder> encryptDataRequest)Encrypts plaintext data to ciphertext using a symmetric (TDES, AES), asymmetric (RSA), or derived (DUKPT or EMV) encryption key scheme.default EncryptDataResponsePaymentCryptographyDataClient. encryptData(EncryptDataRequest encryptDataRequest)Encrypts plaintext data to ciphertext 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 EncryptDataResponse Modifier and Type Method Description default CompletableFuture<EncryptDataResponse>PaymentCryptographyDataAsyncClient. encryptData(Consumer<EncryptDataRequest.Builder> encryptDataRequest)Encrypts plaintext data to ciphertext using a symmetric (TDES, AES), asymmetric (RSA), or derived (DUKPT or EMV) encryption key scheme.default CompletableFuture<EncryptDataResponse>PaymentCryptographyDataAsyncClient. encryptData(EncryptDataRequest encryptDataRequest)Encrypts plaintext data to ciphertext using a symmetric (TDES, AES), asymmetric (RSA), or derived (DUKPT or EMV) encryption key scheme.
-