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