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

A public key encrypted data object.
Наследование: PgpEncryptedData
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetDataStream ( PgpPrivateKey privKey ) : Stream

Return the decrypted data stream for the packet.

GetSymmetricAlgorithm ( PgpPrivateKey privKey ) : SymmetricKeyAlgorithmTag

Return the algorithm code for the symmetric algorithm used to encrypt the data.

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

Метод Описание
ConfirmCheckSum ( byte sessionInfo ) : bool
GetKeyCipher ( PublicKeyAlgorithmTag algorithm ) : IBufferedCipher
PgpPublicKeyEncryptedData ( PublicKeyEncSessionPacket keyData, InputStreamPacket encData ) : System
fetchSymmetricKeyData ( PgpPrivateKey privKey ) : byte[]

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

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

Return the decrypted data stream for the packet.
public GetDataStream ( PgpPrivateKey privKey ) : Stream
privKey PgpPrivateKey
Результат Stream

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

Return the algorithm code for the symmetric algorithm used to encrypt the data.
public GetSymmetricAlgorithm ( PgpPrivateKey privKey ) : SymmetricKeyAlgorithmTag
privKey PgpPrivateKey
Результат SymmetricKeyAlgorithmTag