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

Inheritance: Org.BouncyCastle.Asn1.Asn1Encodable
Show file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method 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 method

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

GetInstance() public static method

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

RecipientKeyIdentifier() public method

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

RecipientKeyIdentifier() public method

public RecipientKeyIdentifier ( Asn1Sequence seq ) : System
seq Org.BouncyCastle.Asn1.Asn1Sequence
return System

RecipientKeyIdentifier() public method

public RecipientKeyIdentifier ( byte subjectKeyIdentifier ) : System
subjectKeyIdentifier byte
return System

RecipientKeyIdentifier() public method

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

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Org.BouncyCastle.Asn1.Asn1Object