VerifyContentMAC 2.3.0¶

BUNDLE¶

org.apache.nifi | nifi-cipher-nar

DESCRIPTION¶

Calculates a Message Authentication Code using the provided Secret Key and compares it with the provided MAC property

TAGS¶

Authentication, HMAC, MAC, Signing

INPUT REQUIREMENT¶

REQUIRED

Supports Sensitive Dynamic Properties¶

false

PROPERTIES¶

Property

Description

mac-algorithm

Hashed Message Authentication Code Function

message-authentication-code

The MAC to compare with the calculated value

message-authentication-code-encoding

Encoding of the Message Authentication Code

secret-key

Secret key to calculate the hash

secret-key-encoding

Encoding of the Secret Key

RELATIONSHIPS¶

NAME

DESCRIPTION

failure

Signature Verification Failed

success

Signature Verification Succeeded

WRITES ATTRIBUTES¶

NAME

DESCRIPTION

mac.calculated

Calculated Message Authentication Code encoded by the selected encoding

mac.encoding

The Encoding of the Hashed Message Authentication Code

mac.algorithm

Hashed Message Authentication Code Algorithm