| 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.model |
| 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 ReEncryptDataResponse |
PaymentCryptographyDataClient.reEncryptData(Consumer<ReEncryptDataRequest.Builder> reEncryptDataRequest)
Re-encrypt ciphertext using DUKPT, Symmetric and Asymmetric Data Encryption Keys.
|
| Modifier and Type | Method and Description |
|---|---|
static ReEncryptDataRequest.Builder |
ReEncryptDataRequest.builder() |
ReEncryptDataRequest.Builder |
ReEncryptDataRequest.Builder.cipherText(String cipherText)
Ciphertext to be encrypted.
|
default ReEncryptDataRequest.Builder |
ReEncryptDataRequest.Builder.incomingEncryptionAttributes(Consumer<ReEncryptionAttributes.Builder> incomingEncryptionAttributes)
The attributes and values for incoming ciphertext.
|
ReEncryptDataRequest.Builder |
ReEncryptDataRequest.Builder.incomingEncryptionAttributes(ReEncryptionAttributes incomingEncryptionAttributes)
The attributes and values for incoming ciphertext.
|
ReEncryptDataRequest.Builder |
ReEncryptDataRequest.Builder.incomingKeyIdentifier(String incomingKeyIdentifier)
The
keyARN of the encryption key of incoming ciphertext data. |
default ReEncryptDataRequest.Builder |
ReEncryptDataRequest.Builder.outgoingEncryptionAttributes(Consumer<ReEncryptionAttributes.Builder> outgoingEncryptionAttributes)
The attributes and values for outgoing ciphertext data after encryption by Amazon Web Services Payment
Cryptography.
|
ReEncryptDataRequest.Builder |
ReEncryptDataRequest.Builder.outgoingEncryptionAttributes(ReEncryptionAttributes outgoingEncryptionAttributes)
The attributes and values for outgoing ciphertext data after encryption by Amazon Web Services Payment
Cryptography.
|
ReEncryptDataRequest.Builder |
ReEncryptDataRequest.Builder.outgoingKeyIdentifier(String outgoingKeyIdentifier)
The
keyARN of the encryption key of outgoing ciphertext data after encryption by Amazon Web
Services Payment Cryptography. |
ReEncryptDataRequest.Builder |
ReEncryptDataRequest.Builder.overrideConfiguration(AwsRequestOverrideConfiguration overrideConfiguration) |
ReEncryptDataRequest.Builder |
ReEncryptDataRequest.Builder.overrideConfiguration(Consumer<AwsRequestOverrideConfiguration.Builder> builderConsumer) |
ReEncryptDataRequest.Builder |
ReEncryptDataRequest.toBuilder() |
| Modifier and Type | Method and Description |
|---|---|
static Class<? extends ReEncryptDataRequest.Builder> |
ReEncryptDataRequest.serializableBuilderClass() |
Copyright © 2023. All rights reserved.