C# Класс Org.BouncyCastle.Cms.KeyAgreeRecipientInformation

Наследование: RecipientInformation
Показать файл Открыть проект Примеры использования класса

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

Метод Описание
GetContentStream ( ICipherParameters key ) : CmsTypedStream
KeyAgreeRecipientInformation ( KeyAgreeRecipientInfo info, AlgorithmIdentifier encAlg, Stream data ) : System

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

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

public GetContentStream ( ICipherParameters key ) : CmsTypedStream
key ICipherParameters
Результат CmsTypedStream

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

public KeyAgreeRecipientInformation ( KeyAgreeRecipientInfo info, AlgorithmIdentifier encAlg, Stream data ) : System
info Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientInfo
encAlg Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
data Stream
Результат System