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