VerifyContentMAC 2025.5.31.15¶
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
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 |