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

Inheritance: Org.BouncyCastle.Asn1.Asn1Encodable
Mostra file Open project: red-gate/iTextSharp-4.1.6 Class Usage Examples

Public Methods

Method Description
GetInstance ( object obj ) : OtherKeyAttribute
OtherKeyAttribute ( Asn1Sequence seq ) : System
OtherKeyAttribute ( DerObjectIdentifier keyAttrId, Asn1Encodable keyAttr ) : System
ToAsn1Object ( ) : Asn1Object

Method Details

GetInstance() public static method

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

OtherKeyAttribute() public method

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

OtherKeyAttribute() public method

public OtherKeyAttribute ( DerObjectIdentifier keyAttrId, Asn1Encodable keyAttr ) : System
keyAttrId Org.BouncyCastle.Asn1.DerObjectIdentifier
keyAttr Org.BouncyCastle.Asn1.Asn1Encodable
return System

ToAsn1Object() public method

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