C# Класс Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientInfo

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

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

Метод Описание
GetInstance ( Asn1TaggedObject obj, bool explicitly ) : KeyAgreeRecipientInfo
GetInstance ( object obj ) : KeyAgreeRecipientInfo
KeyAgreeRecipientInfo ( Asn1Sequence seq ) : System
KeyAgreeRecipientInfo ( OriginatorIdentifierOrKey originator, Asn1OctetString ukm, AlgorithmIdentifier keyEncryptionAlgorithm, Asn1Sequence recipientEncryptedKeys ) : System
ToAsn1Object ( ) : Asn1Object

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

GetInstance() публичный статический Метод

public static GetInstance ( Asn1TaggedObject obj, bool explicitly ) : KeyAgreeRecipientInfo
obj Org.BouncyCastle.Asn1.Asn1TaggedObject
explicitly bool
Результат KeyAgreeRecipientInfo

GetInstance() публичный статический Метод

public static GetInstance ( object obj ) : KeyAgreeRecipientInfo
obj object
Результат KeyAgreeRecipientInfo

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

public KeyAgreeRecipientInfo ( Asn1Sequence seq ) : System
seq Org.BouncyCastle.Asn1.Asn1Sequence
Результат System

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

public KeyAgreeRecipientInfo ( OriginatorIdentifierOrKey originator, Asn1OctetString ukm, AlgorithmIdentifier keyEncryptionAlgorithm, Asn1Sequence recipientEncryptedKeys ) : System
originator OriginatorIdentifierOrKey
ukm Org.BouncyCastle.Asn1.Asn1OctetString
keyEncryptionAlgorithm Org.BouncyCastle.Asn1.X509.AlgorithmIdentifier
recipientEncryptedKeys Org.BouncyCastle.Asn1.Asn1Sequence
Результат System

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

public ToAsn1Object ( ) : Asn1Object
Результат Org.BouncyCastle.Asn1.Asn1Object