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

Show file Open project: red-gate/iTextSharp-4.1.6

Public Methods

Method Description
GetInputStream ( ) : Stream

Return the raw input stream for the data stream.

IsIntegrityProtected ( ) : bool

Return true if the message is integrity protected.

Verify ( ) : bool

Note: This can only be called after the message has been read.

Private Methods

Method Description
PgpEncryptedData ( InputStreamPacket encData ) : System

Method Details

GetInputStream() public method

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

IsIntegrityProtected() public method

Return true if the message is integrity protected.
public IsIntegrityProtected ( ) : bool
return bool

Verify() public method

Note: This can only be called after the message has been read.
public Verify ( ) : bool
return bool