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

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

Public Methods

Method Description
GetInstance ( object obj ) : PopoDecKeyChallContent
ToAsn1Object ( ) : Asn1Object
ToChallengeArray ( ) : Org.BouncyCastle.Asn1.Cmp.Challenge[]

Private Methods

Method Description
PopoDecKeyChallContent ( Asn1Sequence seq ) : System

Method Details

GetInstance() public static method

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

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Asn1Object

ToChallengeArray() public method

public ToChallengeArray ( ) : Org.BouncyCastle.Asn1.Cmp.Challenge[]
return Org.BouncyCastle.Asn1.Cmp.Challenge[]