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

Inheritance: Asn1Encodable
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

Méthode 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 méthode

public static GetInstance ( Asn1TaggedObject obj, bool isExplicit ) : KeyAgreeRecipientIdentifier
obj Asn1TaggedObject
isExplicit bool
Résultat KeyAgreeRecipientIdentifier

GetInstance() public static méthode

public static GetInstance ( object obj ) : KeyAgreeRecipientIdentifier
obj object
Résultat KeyAgreeRecipientIdentifier

KeyAgreeRecipientIdentifier() public méthode

public KeyAgreeRecipientIdentifier ( IssuerAndSerialNumber issuerSerial ) : System
issuerSerial IssuerAndSerialNumber
Résultat System

KeyAgreeRecipientIdentifier() public méthode

public KeyAgreeRecipientIdentifier ( RecipientKeyIdentifier rKeyID ) : System
rKeyID RecipientKeyIdentifier
Résultat System

ToAsn1Object() public méthode

public ToAsn1Object ( ) : Asn1Object
Résultat Asn1Object