| Package | Description |
|---|---|
| org.apache.nifi.processors.pgp | |
| org.apache.nifi.processors.pgp.attributes |
| Modifier and Type | Method and Description |
|---|---|
private SymmetricKeyAlgorithm |
EncryptContentPGP.getSymmetricKeyAlgorithm(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) |
| Modifier and Type | Method and Description |
|---|---|
static SymmetricKeyAlgorithm |
SymmetricKeyAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static SymmetricKeyAlgorithm[] |
SymmetricKeyAlgorithm.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2022 Apache NiFi Project. All rights reserved.