| 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.
|
| Modifier and Type | Method and Description |
|---|---|
default ReEncryptDataResponse |
PaymentCryptographyDataClient.reEncryptData(Consumer<ReEncryptDataRequest.Builder> reEncryptDataRequest)
Re-encrypt ciphertext using DUKPT, Symmetric and Asymmetric Data Encryption Keys.
|
default ReEncryptDataResponse |
PaymentCryptographyDataClient.reEncryptData(ReEncryptDataRequest reEncryptDataRequest)
Re-encrypt ciphertext using DUKPT, Symmetric and Asymmetric Data Encryption Keys.
|
| Modifier and Type | Method and 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.
|
Copyright © 2023. All rights reserved.