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

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

Méthodes publiques

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

Private Methods

Méthode Description
RecipientEncryptedKey ( Asn1Sequence seq ) : System

Method Details

GetInstance() public static méthode

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

GetInstance() public static méthode

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

RecipientEncryptedKey() public méthode

public RecipientEncryptedKey ( KeyAgreeRecipientIdentifier id, Asn1OctetString encryptedKey ) : System
id KeyAgreeRecipientIdentifier
encryptedKey Asn1OctetString
Résultat System

ToAsn1Object() public méthode

public ToAsn1Object ( ) : Asn1Object
Résultat Asn1Object