C# Класс Org.BouncyCastle.Bcpg.OpenPgp.PgpEncryptedData

Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
PgpEncryptedData ( InputStreamPacket encData ) : System

Описание методов

GetInputStream() публичный Метод

Return the raw input stream for the data stream.
public GetInputStream ( ) : Stream
Результат Stream

IsIntegrityProtected() публичный Метод

Return true if the message is integrity protected.
public IsIntegrityProtected ( ) : bool
Результат bool

Verify() публичный Метод

Note: This can only be called after the message has been read.
public Verify ( ) : bool
Результат bool