|
Bouncy Castle Cryptography 1.27 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.bouncycastle.openpgp.PGPEncryptedData
org.bouncycastle.openpgp.PGPPBEEncryptedData
A password based encryption object.
| Nested Class Summary |
| Nested classes inherited from class org.bouncycastle.openpgp.PGPEncryptedData |
PGPEncryptedData.TruncatedStream |
| Field Summary |
| 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 | |
java.io.InputStream |
getDataStream(char[] passPhrase,
java.lang.String provider)
Return the decrypted input stream, using the passed in passPhrase. |
java.io.InputStream |
getInputStream()
Return the raw input stream for the data stream. |
| Methods inherited from class org.bouncycastle.openpgp.PGPEncryptedData |
isIntegrityProtected, verify |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method Detail |
public java.io.InputStream getInputStream()
getInputStream in class PGPEncryptedData
public java.io.InputStream getDataStream(char[] passPhrase,
java.lang.String provider)
throws PGPException,
java.security.NoSuchProviderException
passPhrase - provider -
PGPException
java.security.NoSuchProviderException
|
Bouncy Castle Cryptography 1.27 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||