paymentcryptographydataplane_generate_mac {paws.cost.management} | R Documentation |
Generates a Message Authentication Code (MAC) cryptogram within Amazon Web Services Payment Cryptography
Description
Generates 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 |
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. |
[Package paws.cost.management version 0.9.0 Index]