Class PgpEncryptedData
- Namespace
- Org.BouncyCastle.Bcpg.OpenPgp
- Assembly
- BouncyCastle.Cryptography.dll
public abstract class PgpEncryptedData
- Inheritance
-
PgpEncryptedData
- Derived
- Inherited Members
Methods
GetInputStream()
Return the raw input stream for the data stream.
public virtual Stream GetInputStream()
Returns
IsIntegrityProtected()
Return true if the message is integrity protected.
public bool IsIntegrityProtected()
Returns
- bool
True, if there is a modification detection code namespace associated with this stream.
Verify()
Note: This can only be called after the message has been read.
public bool Verify()
Returns
- bool
True, if the message verifies, false otherwise