C# Class Org.BouncyCastle.Asn1.X509.DsaParameter

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

Public Methods

Method Description
DsaParameter ( BigInteger p, BigInteger q, BigInteger g ) : System
GetInstance ( Asn1TaggedObject obj, bool explicitly ) : DsaParameter
GetInstance ( object obj ) : DsaParameter
ToAsn1Object ( ) : Asn1Object

Private Methods

Method Description
DsaParameter ( Asn1Sequence seq ) : System

Method Details

DsaParameter() public method

public DsaParameter ( BigInteger p, BigInteger q, BigInteger g ) : System
p Org.BouncyCastle.Math.BigInteger
q Org.BouncyCastle.Math.BigInteger
g Org.BouncyCastle.Math.BigInteger
return System

GetInstance() public static method

public static GetInstance ( Asn1TaggedObject obj, bool explicitly ) : DsaParameter
obj Asn1TaggedObject
explicitly bool
return DsaParameter

GetInstance() public static method

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

ToAsn1Object() public method

public ToAsn1Object ( ) : Asn1Object
return Asn1Object