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

Inheritance: Asn1Encodable
Exibir arquivo Open project: nonorganic/dssnet Class Usage Examples

Public Methods

Method Description
GetInstance ( object obj ) : PopoDecKeyRespContent
ToAsn1Object ( ) : Asn1Object
ToDerIntegerArray ( ) : DerInteger[]

Private Methods

Method Description
PopoDecKeyRespContent ( Asn1Sequence seq ) : System

Method Details

GetInstance() public static method

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

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Asn1Object

ToDerIntegerArray() public method

public ToDerIntegerArray ( ) : DerInteger[]
return DerInteger[]