VerifyContentMAC 프로세서

VerifyContentMAC 프로세서

Openflow의 VerifyContentMAC 프로세서는 Message Authentication Code를 계산하고 검증하는 데 사용합니다. 이 문서에서 프로세서의 번들, 설명, 속성, 관계 등을 확인할 수 있습니다.

출처: Snowflake 문서

본문

번들 (Bundle)

org.apache.nifi | nifi-cipher-nar

설명 (Description)

제공된 Secret Key를 사용하여 Message Authentication Code를 계산하고 이를 제공된 MAC 속성과 비교합니다.

태그 (Tags)

Authentication, HMAC, MAC, Signing

입력 요구사항 (Input Requirement)

REQUIRED

민감한 동적 속성 지원 (Supports Sensitive Dynamic Properties)

false

속성 (Properties)

속성 (Property) 설명 (Description)
Message Authentication Code 계산된 값과 비교할 MAC입니다.
Message Authentication Code Algorithm 해시된 메시지 인증 코드 함수(Hashed Message Authentication Code Function)입니다.
Message Authentication Code Encoding Message Authentication Code의 인코딩입니다.
Secret Key 해시를 계산하는 데 사용할 비밀 키입니다.
Secret Key Encoding Secret Key의 인코딩입니다.

관계 (Relationships)

이름 (Name) 설명 (Description)
failure 서명 검증 실패
success 서명 검증 성공

기록하는 속성 (Writes attributes)

이름 (Name) 설명 (Description)
mac.calculated 선택한 인코딩으로 인코딩된 계산된 Message Authentication Code입니다.
mac.encoding 해시된 Message Authentication Code의 인코딩입니다.
mac.algorithm 해시된 Message Authentication Code 알고리즘입니다.

더 알아보기 (Learn more)