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