| Package | Description |
|---|---|
| com.amazonaws.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.
|
| com.amazonaws.services.paymentcryptographydata.model |
| Modifier and Type | Method and Description |
|---|---|
ReEncryptDataResult |
AWSPaymentCryptographyDataClient.reEncryptData(ReEncryptDataRequest request)
Re-encrypt ciphertext using DUKPT or Symmetric data encryption keys.
|
ReEncryptDataResult |
AbstractAWSPaymentCryptographyData.reEncryptData(ReEncryptDataRequest request) |
ReEncryptDataResult |
AWSPaymentCryptographyData.reEncryptData(ReEncryptDataRequest reEncryptDataRequest)
Re-encrypt ciphertext using DUKPT or Symmetric data encryption keys.
|
Future<ReEncryptDataResult> |
AbstractAWSPaymentCryptographyDataAsync.reEncryptDataAsync(ReEncryptDataRequest request) |
Future<ReEncryptDataResult> |
AWSPaymentCryptographyDataAsync.reEncryptDataAsync(ReEncryptDataRequest reEncryptDataRequest)
Re-encrypt ciphertext using DUKPT or Symmetric data encryption keys.
|
Future<ReEncryptDataResult> |
AWSPaymentCryptographyDataAsyncClient.reEncryptDataAsync(ReEncryptDataRequest request) |
Future<ReEncryptDataResult> |
AbstractAWSPaymentCryptographyDataAsync.reEncryptDataAsync(ReEncryptDataRequest request,
AsyncHandler<ReEncryptDataRequest,ReEncryptDataResult> asyncHandler) |
Future<ReEncryptDataResult> |
AWSPaymentCryptographyDataAsync.reEncryptDataAsync(ReEncryptDataRequest reEncryptDataRequest,
AsyncHandler<ReEncryptDataRequest,ReEncryptDataResult> asyncHandler)
Re-encrypt ciphertext using DUKPT or Symmetric data encryption keys.
|
Future<ReEncryptDataResult> |
AWSPaymentCryptographyDataAsyncClient.reEncryptDataAsync(ReEncryptDataRequest request,
AsyncHandler<ReEncryptDataRequest,ReEncryptDataResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
Future<ReEncryptDataResult> |
AbstractAWSPaymentCryptographyDataAsync.reEncryptDataAsync(ReEncryptDataRequest request,
AsyncHandler<ReEncryptDataRequest,ReEncryptDataResult> asyncHandler) |
Future<ReEncryptDataResult> |
AWSPaymentCryptographyDataAsync.reEncryptDataAsync(ReEncryptDataRequest reEncryptDataRequest,
AsyncHandler<ReEncryptDataRequest,ReEncryptDataResult> asyncHandler)
Re-encrypt ciphertext using DUKPT or Symmetric data encryption keys.
|
Future<ReEncryptDataResult> |
AWSPaymentCryptographyDataAsyncClient.reEncryptDataAsync(ReEncryptDataRequest request,
AsyncHandler<ReEncryptDataRequest,ReEncryptDataResult> asyncHandler) |
| Modifier and Type | Method and Description |
|---|---|
ReEncryptDataRequest |
ReEncryptDataRequest.clone() |
ReEncryptDataRequest |
ReEncryptDataRequest.withCipherText(String cipherText)
Ciphertext to be encrypted.
|
ReEncryptDataRequest |
ReEncryptDataRequest.withIncomingEncryptionAttributes(ReEncryptionAttributes incomingEncryptionAttributes)
The attributes and values for incoming ciphertext.
|
ReEncryptDataRequest |
ReEncryptDataRequest.withIncomingKeyIdentifier(String incomingKeyIdentifier)
The
keyARN of the encryption key of incoming ciphertext data. |
ReEncryptDataRequest |
ReEncryptDataRequest.withIncomingWrappedKey(WrappedKey incomingWrappedKey)
The WrappedKeyBlock containing the encryption key of incoming ciphertext data.
|
ReEncryptDataRequest |
ReEncryptDataRequest.withOutgoingEncryptionAttributes(ReEncryptionAttributes outgoingEncryptionAttributes)
The attributes and values for outgoing ciphertext data after encryption by Amazon Web Services Payment
Cryptography.
|
ReEncryptDataRequest |
ReEncryptDataRequest.withOutgoingKeyIdentifier(String outgoingKeyIdentifier)
The
keyARN of the encryption key of outgoing ciphertext data after encryption by Amazon Web Services
Payment Cryptography. |
ReEncryptDataRequest |
ReEncryptDataRequest.withOutgoingWrappedKey(WrappedKey outgoingWrappedKey)
The WrappedKeyBlock containing the encryption key of outgoing ciphertext data after encryption by Amazon Web
Services Payment Cryptography.
|
Copyright © 2024. All rights reserved.