| Package | Description |
|---|---|
| org.apache.nifi.processors.pgp | |
| org.apache.nifi.processors.pgp.attributes | |
| org.apache.nifi.processors.pgp.io |
| Modifier and Type | Method and Description |
|---|---|
private FileEncoding |
EncryptContentPGP.getFileEncoding(ProcessContext context) |
private FileEncoding |
SignContentPGP.getFileEncoding(ProcessContext context) |
| Modifier and Type | Method and Description |
|---|---|
private Map<String,String> |
EncryptContentPGP.getAttributes(SymmetricKeyAlgorithm symmetricKeyAlgorithm,
FileEncoding fileEncoding,
CompressionAlgorithm compressionAlgorithm) |
private StreamCallback |
EncryptContentPGP.getEncryptStreamCallback(ProcessContext context,
FlowFile flowFile,
SymmetricKeyAlgorithm symmetricKeyAlgorithm,
CompressionAlgorithm compressionAlgorithm,
FileEncoding fileEncoding,
boolean packetFound) |
| Constructor and Description |
|---|
DetachedStreamCallback(FileEncoding fileEncoding,
CompressionAlgorithm compressionAlgorithm,
String filename,
HashAlgorithm hashAlgorithm,
org.bouncycastle.openpgp.PGPPrivateKey privateKey) |
EncryptStreamCallback(FileEncoding fileEncoding,
CompressionAlgorithm compressionAlgorithm,
String filename,
boolean packetFound,
org.bouncycastle.openpgp.PGPEncryptedDataGenerator encryptedDataGenerator) |
SignatureStreamCallback(FileEncoding fileEncoding,
CompressionAlgorithm compressionAlgorithm,
String filename,
HashAlgorithm hashAlgorithm,
org.bouncycastle.openpgp.PGPPrivateKey privateKey) |
SignedStreamCallback(FileEncoding fileEncoding,
CompressionAlgorithm compressionAlgorithm,
String filename,
HashAlgorithm hashAlgorithm,
org.bouncycastle.openpgp.PGPPrivateKey privateKey) |
| Modifier and Type | Method and Description |
|---|---|
static FileEncoding |
FileEncoding.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static FileEncoding[] |
FileEncoding.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Field and Description |
|---|---|
private FileEncoding |
EncodingStreamCallback.fileEncoding |
| Constructor and Description |
|---|
EncodingStreamCallback(FileEncoding fileEncoding,
CompressionAlgorithm compressionAlgorithm,
String filename) |
Copyright © 2022 Apache NiFi Project. All rights reserved.