org.bouncycastle.openpgp
public class PGPPBEEncryptedData extends PGPEncryptedData
Method Summary | |
---|---|
InputStream | getDataStream(char[] passPhrase, String provider)
Return the decrypted input stream, using the passed in passPhrase.
|
InputStream | getInputStream()
Return the raw input stream for the data stream.
|
Parameters: passPhrase provider
Returns: InputStream
Throws: PGPException NoSuchProviderException
Returns: InputStream