public class PGPPBEEncryptedData extends PGPEncryptedData
PGPEncryptedData.TruncatedStream
Modifier and Type | Method and Description |
---|---|
InputStream |
getDataStream(char[] passPhrase,
Provider provider)
Return the decrypted input stream, using the passed in passPhrase.
|
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.
|
isIntegrityProtected, verify
public InputStream getInputStream()
getInputStream
in class PGPEncryptedData
public InputStream getDataStream(char[] passPhrase, String provider) throws PGPException, NoSuchProviderException
passPhrase
- provider
- PGPException
NoSuchProviderException
public InputStream getDataStream(char[] passPhrase, Provider provider) throws PGPException
passPhrase
- provider
- PGPException