private static class OpenPGPKeyBasedEncryptor.OpenPGPDecryptCallback extends Object implements StreamCallback
| Modifier and Type | Field and Description |
|---|---|
private char[] |
passphrase |
private String |
provider |
private String |
secretKeyringFile |
| Constructor and Description |
|---|
OpenPGPDecryptCallback(String provider,
String secretKeyringFile,
char[] passphrase) |
| Modifier and Type | Method and Description |
|---|---|
void |
process(InputStream in,
OutputStream out) |
private String provider
private String secretKeyringFile
private char[] passphrase
public void process(InputStream in, OutputStream out) throws IOException
process in interface StreamCallbackIOExceptionCopyright © 2023 Apache NiFi Project. All rights reserved.