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

Inheritance: Org.BouncyCastle.Asn1.Asn1Encodable
Afficher le fichier Open project: nonorganic/dssnet Class Usage Examples

Méthodes publiques

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

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

GetInstance() public static méthode

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

KeyAgreeRecipientInfo() public méthode

public KeyAgreeRecipientInfo ( Asn1Sequence seq ) : System
seq Org.BouncyCastle.Asn1.Asn1Sequence
Résultat System

KeyAgreeRecipientInfo() public méthode

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
Résultat System

ToAsn1Object() public méthode

public ToAsn1Object ( ) : Asn1Object
Résultat Org.BouncyCastle.Asn1.Asn1Object