public class EncryptStreamTransformer extends Object implements StreamTransformer
| Constructor and Description |
|---|
EncryptStreamTransformer(org.bouncycastle.openpgp.PGPPublicKey publicKey,
Provider provider,
int algorithm,
PGPOutputMode pgpOutputMode) |
| Modifier and Type | Method and Description |
|---|---|
InputStream |
process(InputStream data) |
public EncryptStreamTransformer(org.bouncycastle.openpgp.PGPPublicKey publicKey,
Provider provider,
int algorithm,
PGPOutputMode pgpOutputMode)
throws IOException
IOExceptionpublic InputStream process(InputStream data) throws Exception
process in interface StreamTransformerExceptionCopyright © 2003–2017 MuleSoft, Inc.. All rights reserved.