Generates a Message Authentication Code (MAC) cryptogram within Amazon Web Services Payment Cryptography
Source:R/paymentcryptographydataplane_operations.R
paymentcryptographydataplane_generate_mac.RdGenerates a Message Authentication Code (MAC) cryptogram within Amazon Web Services Payment Cryptography.
See https://www.paws-r-sdk.com/docs/paymentcryptographydataplane_generate_mac/ for full documentation.
Usage
paymentcryptographydataplane_generate_mac(
KeyIdentifier,
MessageData,
GenerationAttributes,
MacLength = NULL
)Arguments
- KeyIdentifier
[required] The
keyARNof the MAC generation encryption key.- MessageData
[required] The data for which a MAC is under generation. This value must be hexBinary.
- GenerationAttributes
[required] The attributes and data values to use for MAC generation within Amazon Web Services Payment Cryptography.
- MacLength
The length of a MAC under generation.