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

Inheritance: Asn1Encodable
Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
GetInstance ( Asn1TaggedObject obj, bool isExplicit ) : RecipientEncryptedKey
GetInstance ( object obj ) : RecipientEncryptedKey
RecipientEncryptedKey ( KeyAgreeRecipientIdentifier id, Asn1OctetString encryptedKey ) : System
ToAsn1Object ( ) : Asn1Object

Private Methods

Method Description
RecipientEncryptedKey ( Asn1Sequence seq ) : System

Method Details

GetInstance() public static method

public static GetInstance ( Asn1TaggedObject obj, bool isExplicit ) : RecipientEncryptedKey
obj Asn1TaggedObject
isExplicit bool
return RecipientEncryptedKey

GetInstance() public static method

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

RecipientEncryptedKey() public method

public RecipientEncryptedKey ( KeyAgreeRecipientIdentifier id, Asn1OctetString encryptedKey ) : System
id KeyAgreeRecipientIdentifier
encryptedKey Asn1OctetString
return System

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Asn1Object