| 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 |
|---|---|
GenerateMacResult |
AWSPaymentCryptographyDataClient.generateMac(GenerateMacRequest request)
Generates a Message Authentication Code (MAC) cryptogram within Amazon Web Services Payment Cryptography.
|
GenerateMacResult |
AWSPaymentCryptographyData.generateMac(GenerateMacRequest generateMacRequest)
Generates a Message Authentication Code (MAC) cryptogram within Amazon Web Services Payment Cryptography.
|
GenerateMacResult |
AbstractAWSPaymentCryptographyData.generateMac(GenerateMacRequest request) |
Future<GenerateMacResult> |
AWSPaymentCryptographyDataAsyncClient.generateMacAsync(GenerateMacRequest request) |
Future<GenerateMacResult> |
AbstractAWSPaymentCryptographyDataAsync.generateMacAsync(GenerateMacRequest request) |
Future<GenerateMacResult> |
AWSPaymentCryptographyDataAsync.generateMacAsync(GenerateMacRequest generateMacRequest)
Generates a Message Authentication Code (MAC) cryptogram within Amazon Web Services Payment Cryptography.
|
Future<GenerateMacResult> |
AWSPaymentCryptographyDataAsyncClient.generateMacAsync(GenerateMacRequest request,
AsyncHandler<GenerateMacRequest,GenerateMacResult> asyncHandler) |
Future<GenerateMacResult> |
AbstractAWSPaymentCryptographyDataAsync.generateMacAsync(GenerateMacRequest request,
AsyncHandler<GenerateMacRequest,GenerateMacResult> asyncHandler) |
Future<GenerateMacResult> |
AWSPaymentCryptographyDataAsync.generateMacAsync(GenerateMacRequest generateMacRequest,
AsyncHandler<GenerateMacRequest,GenerateMacResult> asyncHandler)
Generates a Message Authentication Code (MAC) cryptogram within Amazon Web Services Payment Cryptography.
|
| Modifier and Type | Method and Description |
|---|---|
Future<GenerateMacResult> |
AWSPaymentCryptographyDataAsyncClient.generateMacAsync(GenerateMacRequest request,
AsyncHandler<GenerateMacRequest,GenerateMacResult> asyncHandler) |
Future<GenerateMacResult> |
AbstractAWSPaymentCryptographyDataAsync.generateMacAsync(GenerateMacRequest request,
AsyncHandler<GenerateMacRequest,GenerateMacResult> asyncHandler) |
Future<GenerateMacResult> |
AWSPaymentCryptographyDataAsync.generateMacAsync(GenerateMacRequest generateMacRequest,
AsyncHandler<GenerateMacRequest,GenerateMacResult> asyncHandler)
Generates a Message Authentication Code (MAC) cryptogram within Amazon Web Services Payment Cryptography.
|
| Modifier and Type | Method and Description |
|---|---|
GenerateMacRequest |
GenerateMacRequest.clone() |
GenerateMacRequest |
GenerateMacRequest.withGenerationAttributes(MacAttributes generationAttributes)
The attributes and data values to use for MAC generation within Amazon Web Services Payment Cryptography.
|
GenerateMacRequest |
GenerateMacRequest.withKeyIdentifier(String keyIdentifier)
The
keyARN of the MAC generation encryption key. |
GenerateMacRequest |
GenerateMacRequest.withMacLength(Integer macLength)
The length of a MAC under generation.
|
GenerateMacRequest |
GenerateMacRequest.withMessageData(String messageData)
The data for which a MAC is under generation.
|
Copyright © 2025. All rights reserved.