C# Class Org.BouncyCastle.Asn1.Cmp.InfoTypeAndValue

Inheritance: Asn1Encodable
显示文件 Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
GetInstance ( object obj ) : InfoTypeAndValue
InfoTypeAndValue ( DerObjectIdentifier infoType ) : System
InfoTypeAndValue ( DerObjectIdentifier infoType, Asn1Encodable optionalValue ) : System
ToAsn1Object ( ) : Asn1Object

Private Methods

Method Description
InfoTypeAndValue ( Asn1Sequence seq ) : System

Method Details

GetInstance() public static method

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

InfoTypeAndValue() public method

public InfoTypeAndValue ( DerObjectIdentifier infoType ) : System
infoType DerObjectIdentifier
return System

InfoTypeAndValue() public method

public InfoTypeAndValue ( DerObjectIdentifier infoType, Asn1Encodable optionalValue ) : System
infoType DerObjectIdentifier
optionalValue Asn1Encodable
return System

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Asn1Object