| Package | Description |
|---|---|
| org.apache.nifi.processors.pgp | |
| org.apache.nifi.processors.pgp.attributes |
| Modifier and Type | Field and Description |
|---|---|
private HashAlgorithm |
SignContentPGP.SignatureStreamCallback.hashAlgorithm |
| Modifier and Type | Method and Description |
|---|---|
private HashAlgorithm |
SignContentPGP.getHashAlgorithm(ProcessContext context) |
| Constructor and Description |
|---|
DetachedStreamCallback(FileEncoding fileEncoding,
CompressionAlgorithm compressionAlgorithm,
String filename,
HashAlgorithm hashAlgorithm,
org.bouncycastle.openpgp.PGPPrivateKey privateKey) |
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 HashAlgorithm |
HashAlgorithm.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static HashAlgorithm[] |
HashAlgorithm.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.