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

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

Public Methods

Method Description
GetInstance ( Asn1TaggedObject obj, bool isExplicit ) : KeyAgreeRecipientIdentifier
GetInstance ( object obj ) : KeyAgreeRecipientIdentifier
KeyAgreeRecipientIdentifier ( IssuerAndSerialNumber issuerSerial ) : System
KeyAgreeRecipientIdentifier ( RecipientKeyIdentifier rKeyID ) : System
ToAsn1Object ( ) : Asn1Object

Method Details

GetInstance() public static method

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

GetInstance() public static method

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

KeyAgreeRecipientIdentifier() public method

public KeyAgreeRecipientIdentifier ( IssuerAndSerialNumber issuerSerial ) : System
issuerSerial IssuerAndSerialNumber
return System

KeyAgreeRecipientIdentifier() public method

public KeyAgreeRecipientIdentifier ( RecipientKeyIdentifier rKeyID ) : System
rKeyID RecipientKeyIdentifier
return System

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Asn1Object