| Package | Description |
|---|---|
| org.apache.nifi.processors.pgp | |
| org.apache.nifi.processors.pgp.attributes |
| Modifier and Type | Field and Description |
|---|---|
private DecryptionStrategy |
DecryptContentPGP.DecryptStreamCallback.decryptionStrategy |
| Modifier and Type | Method and Description |
|---|---|
private DecryptionStrategy |
DecryptContentPGP.getDecryptionStrategy(ProcessContext context) |
| Constructor and Description |
|---|
DecryptStreamCallback(char[] passphrase,
PGPPrivateKeyService privateKeyService,
DecryptionStrategy decryptionStrategy) |
| Modifier and Type | Method and Description |
|---|---|
static DecryptionStrategy |
DecryptionStrategy.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static DecryptionStrategy[] |
DecryptionStrategy.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.