paymentcryptographydataplane_generate_mac: Generates a Message Authentication Code (MAC) cryptogram...

View source: R/paymentcryptographydataplane_operations.R

paymentcryptographydataplane_generate_macR 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 keyARN of 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.


paws.cost.management documentation built on April 3, 2025, 9:24 p.m.