C# Class org.phprpc.util.DHParams

Show file Open project: bluelovers/phprpc Class Usage Examples

Public Methods

Method Description
DHParams ( UInt32 len ) : System
GetDHParams ( ) : Hashtable
GetDHParams ( UInt32 len ) : Hashtable
GetG ( ) : BigInteger
GetL ( ) : UInt32
GetNearest ( UInt32 n ) : UInt32
GetP ( ) : BigInteger
GetX ( ) : BigInteger

Private Methods

Method Description
DHParams ( ) : System

Method Details

DHParams() public method

public DHParams ( UInt32 len ) : System
len System.UInt32
return System

GetDHParams() public method

public GetDHParams ( ) : Hashtable
return System.Collections.Hashtable

GetDHParams() public static method

public static GetDHParams ( UInt32 len ) : Hashtable
len System.UInt32
return System.Collections.Hashtable

GetG() public method

public GetG ( ) : BigInteger
return BigInteger

GetL() public method

public GetL ( ) : UInt32
return System.UInt32

GetNearest() public static method

public static GetNearest ( UInt32 n ) : UInt32
n System.UInt32
return System.UInt32

GetP() public method

public GetP ( ) : BigInteger
return BigInteger

GetX() public method

public GetX ( ) : BigInteger
return BigInteger