C# Class Org.BouncyCastle.Bcpg.OpenPgp.PgpPbeEncryptedData

A password based encryption object.
Inheritance: PgpEncryptedData
Mostra file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
GetDataStream ( char passPhrase ) : Stream

Return the decrypted input stream, using the passed in passphrase.

GetInputStream ( ) : Stream

Return the raw input stream for the data stream.

Private Methods

Method Description
CreateStreamCipher ( SymmetricKeyAlgorithmTag keyAlgorithm ) : IBufferedCipher
PgpPbeEncryptedData ( SymmetricKeyEncSessionPacket keyData, InputStreamPacket encData ) : System

Method Details

GetDataStream() public method

Return the decrypted input stream, using the passed in passphrase.
public GetDataStream ( char passPhrase ) : Stream
passPhrase char
return Stream

GetInputStream() public method

Return the raw input stream for the data stream.
public GetInputStream ( ) : Stream
return Stream