Learn R Programming

paws.cost.management (version 0.8.0)

paymentcryptographydataplane_verify_mac: Verifies a Message Authentication Code (MAC)

Description

Verifies a Message Authentication Code (MAC).

See https://www.paws-r-sdk.com/docs/paymentcryptographydataplane_verify_mac/ for full documentation.

Usage

paymentcryptographydataplane_verify_mac(
  KeyIdentifier,
  MessageData,
  Mac,
  VerificationAttributes,
  MacLength = NULL
)

Arguments

KeyIdentifier

[required] The keyARN of the encryption key that Amazon Web Services Payment Cryptography uses to verify MAC data.

MessageData

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

Mac

[required] The MAC being verified.

VerificationAttributes

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

MacLength

The length of the MAC.