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

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

Méthodes publiques

Méthode Description
GetInstance ( Asn1TaggedObject ato, bool explicitly ) : RecipientKeyIdentifier
GetInstance ( object obj ) : RecipientKeyIdentifier
RecipientKeyIdentifier ( Asn1OctetString subjectKeyIdentifier, DerGeneralizedTime date, OtherKeyAttribute other ) : System
RecipientKeyIdentifier ( Asn1Sequence seq ) : System
RecipientKeyIdentifier ( byte subjectKeyIdentifier ) : System
RecipientKeyIdentifier ( byte subjectKeyIdentifier, DerGeneralizedTime date, OtherKeyAttribute other ) : System
ToAsn1Object ( ) : Asn1Object

Method Details

GetInstance() public static méthode

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

GetInstance() public static méthode

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

RecipientKeyIdentifier() public méthode

public RecipientKeyIdentifier ( Asn1OctetString subjectKeyIdentifier, DerGeneralizedTime date, OtherKeyAttribute other ) : System
subjectKeyIdentifier Org.BouncyCastle.Asn1.Asn1OctetString
date Org.BouncyCastle.Asn1.DerGeneralizedTime
other OtherKeyAttribute
Résultat System

RecipientKeyIdentifier() public méthode

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

RecipientKeyIdentifier() public méthode

public RecipientKeyIdentifier ( byte subjectKeyIdentifier ) : System
subjectKeyIdentifier byte
Résultat System

RecipientKeyIdentifier() public méthode

public RecipientKeyIdentifier ( byte subjectKeyIdentifier, DerGeneralizedTime date, OtherKeyAttribute other ) : System
subjectKeyIdentifier byte
date Org.BouncyCastle.Asn1.DerGeneralizedTime
other OtherKeyAttribute
Résultat System

ToAsn1Object() public méthode

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