public class PGPDecryptorBean extends LoggingClient
_log| Constructor and Description |
|---|
PGPDecryptorBean()
Class constructor
|
PGPDecryptorBean(SecretKeyringConfiguration secretKeyringConfigurator)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
byte[] |
decryptBytes(byte[] encodedData) |
void |
decryptStream(InputStream encryptedStream,
OutputStream decryptedStream) |
public PGPDecryptorBean()
public PGPDecryptorBean(SecretKeyringConfiguration secretKeyringConfigurator)
secretKeyringConfigurator - public byte[] decryptBytes(byte[] encodedData)
throws IOException,
KeyringException,
org.bouncycastle.openpgp.PGPException,
NoSuchProviderException
IOExceptionKeyringExceptionorg.bouncycastle.openpgp.PGPExceptionNoSuchProviderExceptionpublic void decryptStream(InputStream encryptedStream, OutputStream decryptedStream) throws IOException, KeyringException, org.bouncycastle.openpgp.PGPException, NoSuchProviderException
IOExceptionKeyringExceptionorg.bouncycastle.openpgp.PGPExceptionNoSuchProviderExceptionCopyright © 2014. All rights reserved.