Uses of Class
software.amazon.awssdk.services.paymentcryptographydata.model.ReEncryptDataResponse
-
Packages that use ReEncryptDataResponse 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 ReEncryptDataResponse in software.amazon.awssdk.services.paymentcryptographydata
Methods in software.amazon.awssdk.services.paymentcryptographydata that return ReEncryptDataResponse Modifier and Type Method Description default ReEncryptDataResponsePaymentCryptographyDataClient. reEncryptData(Consumer<ReEncryptDataRequest.Builder> reEncryptDataRequest)Re-encrypt ciphertext using DUKPT, Symmetric and Asymmetric Data Encryption Keys.default ReEncryptDataResponsePaymentCryptographyDataClient. reEncryptData(ReEncryptDataRequest reEncryptDataRequest)Re-encrypt ciphertext using DUKPT, Symmetric and Asymmetric Data Encryption Keys.Methods in software.amazon.awssdk.services.paymentcryptographydata that return types with arguments of type ReEncryptDataResponse Modifier and Type Method Description default CompletableFuture<ReEncryptDataResponse>PaymentCryptographyDataAsyncClient. reEncryptData(Consumer<ReEncryptDataRequest.Builder> reEncryptDataRequest)Re-encrypt ciphertext using DUKPT, Symmetric and Asymmetric Data Encryption Keys.default CompletableFuture<ReEncryptDataResponse>PaymentCryptographyDataAsyncClient. reEncryptData(ReEncryptDataRequest reEncryptDataRequest)Re-encrypt ciphertext using DUKPT, Symmetric and Asymmetric Data Encryption Keys.
-