DecryptContentPGP 프로세서
DecryptContentPGP 프로세서
이 문서는 Snowflake OpenFlow의 DecryptContentPGP 프로세서에 대한 참조 문서예요. OpenPGP 메시지의 내용을 복호화해요.
출처: Snowflake 문서
본문
기능 — 일반 제공 (Generally Available)
Openflow Snowflake 배포는 AWS, Azure, GCP Commercial 리전의 모든 계정에서 사용할 수 있어요.
Openflow BYOC 배포는 AWS Commercial 리전의 모든 계정에서 사용할 수 있어요.
번들 (Bundle)
| 그룹 | NAR |
|---|---|
| org.apache.nifi | nifi-pgp-nar |
설명 (Description)
OpenPGP 메시지의 내용을 복호화해요. Packaged Decryption Strategy를 사용하면 후속 서명 검증을 지원하기 위해 OpenPGP 인코딩이 보존돼요.
태그 (Tags)
Encryption, GPG, OpenPGP, PGP, RFC 4880
입력 요구사항 (Input Requirement)
REQUIRED
민감한 동적 속성 지원 (Supports Sensitive Dynamic Properties)
아니요 (false)
속성 (Properties)
| 속성 | 설명 |
|---|---|
| decryption-strategy | 복호화 후 success로 파일을 기록하는 전략이에요. |
| passphrase | Password-Based Encryption으로 암호화된 데이터를 복호화하는 데 사용하는 passphrase예요. |
| private-key-service | Public Key Encryption으로 암호화된 데이터를 복호화하는 데 사용하는 PGP Private Key Service예요. |
관계 (Relationships)
| 이름 | 설명 |
|---|---|
| failure | 복호화 실패 |
| success | 복호화 성공 |
기록하는 속성 (Writes attributes)
| 이름 | 설명 |
|---|---|
| pgp.literal.data.filename | 복호화된 Literal Data의 파일 이름이에요. |
| pgp.literal.data.modified | 복호화된 Literal Data의 수정 날짜예요. |
| pgp.symmetric.key.algorithm.block.cipher | 대칭 키 알고리즘 블록 암호(Symmetric-Key Algorithm Block Cipher)예요. |
| pgp.symmetric.key.algorithm.id | 대칭 키 알고리즘 식별자(Symmetric-Key Algorithm Identifier)예요. |
참고 (See also)
org.apache.nifi.processors.pgp.EncryptContentPGPorg.apache.nifi.processors.pgp.SignContentPGPorg.apache.nifi.processors.pgp.VerifyContentPGP