C# Class Org.BouncyCastle.Asn1.Crmf.AttributeTypeAndValue

Inheritance: Asn1Encodable
Mostra file Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
AttributeTypeAndValue ( DerObjectIdentifier type, Asn1Encodable value ) : System
AttributeTypeAndValue ( String oid, Asn1Encodable value ) : System
GetInstance ( object obj ) : AttributeTypeAndValue
ToAsn1Object ( ) : Asn1Object

Private Methods

Method Description
AttributeTypeAndValue ( Asn1Sequence seq ) : System

Method Details

AttributeTypeAndValue() public method

public AttributeTypeAndValue ( DerObjectIdentifier type, Asn1Encodable value ) : System
type DerObjectIdentifier
value Asn1Encodable
return System

AttributeTypeAndValue() public method

public AttributeTypeAndValue ( String oid, Asn1Encodable value ) : System
oid String
value Asn1Encodable
return System

GetInstance() public static method

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

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Asn1Object