| Bouncy Castle Cryptography Library 1.39 | |
| Prev Class | Next Class | Frames | No Frames |
| Summary: Nested | Field | Method | Constr | Detail: Nested | Field | Method | Constr |
java.lang.Objectorg.bouncycastle.openpgp.PGPEncryptedDataorg.bouncycastle.openpgp.PGPPBEEncryptedDatapublic class PGPPBEEncryptedDataextends PGPEncryptedDataNested Class Summary |
Nested classes/interfaces inherited from class org.bouncycastle.openpgp.PGPEncryptedData | |
PGPEncryptedData.TruncatedStream | |
Fields inherited from interface org.bouncycastle.bcpg.SymmetricKeyAlgorithmTags | |
AES_128, AES_192, AES_256, BLOWFISH, CAST5, DES, IDEA, NULL, SAFER, TRIPLE_DES, TWOFISH | |
Method Summary | |
InputStream |
|
InputStream |
|
Methods inherited from class org.bouncycastle.openpgp.PGPEncryptedData | |
getInputStream, isIntegrityProtected, verify | |
public InputStream getDataStream(char[] passPhrase,
String provider)
throws PGPException,
NoSuchProviderExceptionReturn the decrypted input stream, using the passed in passPhrase.
- Parameters:
passPhrase-provider-
- Returns:
- InputStream
- Throws:
PGPException-
public InputStream getInputStream()
Return the raw input stream for the data stream.
- Overrides:
- getInputStream in interface PGPEncryptedData
- Returns:
- InputStream