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(
  GenerationAttributes,
  KeyIdentifier,
  MacLength = NULL,
  MessageData
)

Arguments

GenerationAttributes

[required] The attributes and data values to use for MAC generation within Amazon Web Services Payment Cryptography.

KeyIdentifier

[required] The keyARN of the MAC generation encryption key.

MacLength

The length of a MAC under generation.

MessageData

[required] The data for which a MAC is under generation. This value must be hexBinary.


[Package paws.cost.management version 0.6.1 Index]