| 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 |
|---|---|
DecryptDataResult |
AbstractAWSPaymentCryptographyData.decryptData(DecryptDataRequest request) |
DecryptDataResult |
AWSPaymentCryptographyDataClient.decryptData(DecryptDataRequest request)
Decrypts ciphertext data to plaintext using a symmetric (TDES, AES), asymmetric (RSA), or derived (DUKPT or EMV)
encryption key scheme.
|
DecryptDataResult |
AWSPaymentCryptographyData.decryptData(DecryptDataRequest decryptDataRequest)
Decrypts ciphertext data to plaintext using a symmetric (TDES, AES), asymmetric (RSA), or derived (DUKPT or EMV)
encryption key scheme.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DecryptDataResult> |
AbstractAWSPaymentCryptographyDataAsync.decryptDataAsync(DecryptDataRequest request) |
Future<DecryptDataResult> |
AWSPaymentCryptographyDataAsyncClient.decryptDataAsync(DecryptDataRequest request) |
Future<DecryptDataResult> |
AWSPaymentCryptographyDataAsync.decryptDataAsync(DecryptDataRequest decryptDataRequest)
Decrypts ciphertext data to plaintext using a symmetric (TDES, AES), asymmetric (RSA), or derived (DUKPT or EMV)
encryption key scheme.
|
Future<DecryptDataResult> |
AbstractAWSPaymentCryptographyDataAsync.decryptDataAsync(DecryptDataRequest request,
AsyncHandler<DecryptDataRequest,DecryptDataResult> asyncHandler) |
Future<DecryptDataResult> |
AWSPaymentCryptographyDataAsyncClient.decryptDataAsync(DecryptDataRequest request,
AsyncHandler<DecryptDataRequest,DecryptDataResult> asyncHandler) |
Future<DecryptDataResult> |
AWSPaymentCryptographyDataAsync.decryptDataAsync(DecryptDataRequest decryptDataRequest,
AsyncHandler<DecryptDataRequest,DecryptDataResult> asyncHandler)
Decrypts ciphertext data to plaintext using a symmetric (TDES, AES), asymmetric (RSA), or derived (DUKPT or EMV)
encryption key scheme.
|
| Modifier and Type | Method and Description |
|---|---|
Future<DecryptDataResult> |
AbstractAWSPaymentCryptographyDataAsync.decryptDataAsync(DecryptDataRequest request,
AsyncHandler<DecryptDataRequest,DecryptDataResult> asyncHandler) |
Future<DecryptDataResult> |
AWSPaymentCryptographyDataAsyncClient.decryptDataAsync(DecryptDataRequest request,
AsyncHandler<DecryptDataRequest,DecryptDataResult> asyncHandler) |
Future<DecryptDataResult> |
AWSPaymentCryptographyDataAsync.decryptDataAsync(DecryptDataRequest decryptDataRequest,
AsyncHandler<DecryptDataRequest,DecryptDataResult> asyncHandler)
Decrypts ciphertext data to plaintext using a symmetric (TDES, AES), asymmetric (RSA), or derived (DUKPT or EMV)
encryption key scheme.
|
| Modifier and Type | Method and Description |
|---|---|
DecryptDataResult |
DecryptDataResult.clone() |
DecryptDataResult |
DecryptDataResult.withKeyArn(String keyArn)
The
keyARN of the encryption key that Amazon Web Services Payment Cryptography uses for ciphertext
decryption. |
DecryptDataResult |
DecryptDataResult.withKeyCheckValue(String keyCheckValue)
The key check value (KCV) of the encryption key.
|
DecryptDataResult |
DecryptDataResult.withPlainText(String plainText)
The decrypted plaintext data in hexBinary format.
|
Copyright © 2024. All rights reserved.