paymentcryptographydataplane_verify_mac {paws.cost.management}R Documentation

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,
  Mac,
  MacLength = NULL,
  MessageData,
  VerificationAttributes
)

Arguments

KeyIdentifier

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

Mac

[required] The MAC being verified.

MacLength

The length of the MAC.

MessageData

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

VerificationAttributes

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


[Package paws.cost.management version 0.6.1 Index]