| 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 EncryptDataResponse |
PaymentCryptographyDataClient.encryptData(Consumer<EncryptDataRequest.Builder> encryptDataRequest)
Encrypts plaintext data to ciphertext using symmetric, asymmetric, or DUKPT data encryption key.
|
default EncryptDataResponse |
PaymentCryptographyDataClient.encryptData(EncryptDataRequest encryptDataRequest)
Encrypts plaintext data to ciphertext using symmetric, asymmetric, or DUKPT data encryption key.
|
| Modifier and Type | Method and Description |
|---|---|
default CompletableFuture<EncryptDataResponse> |
PaymentCryptographyDataAsyncClient.encryptData(Consumer<EncryptDataRequest.Builder> encryptDataRequest)
Encrypts plaintext data to ciphertext using symmetric, asymmetric, or DUKPT data encryption key.
|
default CompletableFuture<EncryptDataResponse> |
PaymentCryptographyDataAsyncClient.encryptData(EncryptDataRequest encryptDataRequest)
Encrypts plaintext data to ciphertext using symmetric, asymmetric, or DUKPT data encryption key.
|
Copyright © 2023. All rights reserved.