paymentcryptographydataplane_verify_mac: Verifies a Message Authentication Code (MAC)

View source: R/paymentcryptographydataplane_operations.R

paymentcryptographydataplane_verify_macR 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,
  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.


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