C# Class Org.BouncyCastle.Asn1.Cms.KeyAgreeRecipientInfo

Inheritance: Org.BouncyCastle.Asn1.Asn1Encodable
显示文件 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
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

Method Details

GetInstance() public static method

public static GetInstance ( Asn1TaggedObject obj, bool explicitly ) : KeyAgreeRecipientInfo
obj Org.BouncyCastle.Asn1.Asn1TaggedObject
explicitly bool
return KeyAgreeRecipientInfo

GetInstance() public static method

public static GetInstance ( object obj ) : KeyAgreeRecipientInfo
obj object
return KeyAgreeRecipientInfo

KeyAgreeRecipientInfo() public method

public KeyAgreeRecipientInfo ( Asn1Sequence seq ) : System
seq Org.BouncyCastle.Asn1.Asn1Sequence
return System

KeyAgreeRecipientInfo() public method

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
return System

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Org.BouncyCastle.Asn1.Asn1Object