| Modifier and Type | Method and Description |
|---|---|
byte[] |
PGPDecryptorBean.decryptBytes(byte[] encodedData) |
void |
PGPDecryptorBean.decryptStream(InputStream encryptedStream,
OutputStream decryptedStream) |
byte[] |
PGPEncryptorBean.encryptBytes(byte[] toEncrypt) |
void |
PGPEncryptorBean.encryptStream(InputStream toEncrypt,
OutputStream encrypted) |
| Modifier and Type | Class and Description |
|---|---|
class |
KeyringAccessException
Place your class / interface description here.
|
class |
MissingOrBadKeyringException
Place your class / interface description here.
|
| Modifier and Type | Method and Description |
|---|---|
void |
DecryptionService.decrypt(InputStream incoming,
OutputStream outgoing) |
| Modifier and Type | Method and Description |
|---|---|
void |
EncryptionService.encrypt(InputStream incoming,
OutputStream outgoing) |
| Constructor and Description |
|---|
EncryptedInputStreamWrapper(InputStream wrapped,
DecryptionService streamDecryptor)
Class constructor
|
| Modifier and Type | Method and Description |
|---|---|
void |
PGPRequestDecryptionServiceProvider.decrypt(InputStream incoming,
OutputStream outgoing) |
| Modifier and Type | Method and Description |
|---|---|
void |
PGPResponseEncryptionServiceProvider.encrypt(InputStream incoming,
OutputStream outgoing) |
| Modifier and Type | Method and Description |
|---|---|
byte[] |
PGPDecryptor.decryptBytes(byte[] encodedData,
File privateKeyringFile,
String passPhrase) |
byte[] |
PGPDecryptor.decryptBytes(byte[] encodedData,
InputStream privateKeyringStream,
String passPhrase) |
void |
PGPDecryptor.decryptStream(InputStream encryptedStream,
OutputStream decryptedStream,
File privateKeyFile,
char[] passphrase) |
void |
PGPDecryptor.decryptStream(InputStream encryptedStream,
OutputStream decryptedStream,
InputStream privateKeyStream,
char[] passphrase) |
byte[] |
PGPEncryptor.encryptBytes(byte[] toEncrypt,
File publicKeyFile) |
byte[] |
PGPEncryptor.encryptBytes(byte[] toEncrypt,
InputStream publicKeyStream) |
void |
PGPEncryptor.encryptStream(InputStream toEncrypt,
OutputStream encrypted,
File publicKeyFile) |
void |
PGPEncryptor.encryptStream(InputStream toEncrypt,
OutputStream encrypted,
InputStream publicKeyStream) |
Copyright © 2014. All rights reserved.