SignContentPGP 2025.5.31.15¶
Bundle¶
org.apache.nifi | nifi-pgp-nar
Description¶
Sign content using OpenPGP Private Keys
Input Requirement¶
REQUIRED
Supports Sensitive Dynamic Properties¶
false
Properties¶
Property |
Description |
---|---|
file-encoding |
File Encoding for signing |
hash-algorithm |
Hash Algorithm for signing |
private-key-id |
PGP Private Key Identifier formatted as uppercase hexadecimal string of 16 characters used for signing |
private-key-service |
PGP Private Key Service for generating content signatures |
signing-strategy |
Strategy for writing files to success after signing |
Relationships¶
Name |
Description |
---|---|
failure |
Content signing failed |
success |
Content signing succeeded |
Writes attributes¶
Name |
Description |
---|---|
pgp.compression.algorithm |
Compression Algorithm |
pgp.compression.algorithm.id |
Compression Algorithm Identifier |
pgp.file.encoding |
File Encoding |
pgp.signature.algorithm |
Signature Algorithm including key and hash algorithm names |
pgp.signature.hash.algorithm.id |
Signature Hash Algorithm Identifier |
pgp.signature.key.algorithm.id |
Signature Key Algorithm Identifier |
pgp.signature.key.id |
Signature Public Key Identifier |
pgp.signature.type.id |
Signature Type Identifier |
pgp.signature.version |
Signature Version Number |