C# Class org.phprpc.util.DHParams

Afficher le fichier Open project: bluelovers/phprpc Class Usage Examples

Méthodes publiques

Méthode 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

Méthode Description
DHParams ( ) : System

Method Details

DHParams() public méthode

public DHParams ( UInt32 len ) : System
len System.UInt32
Résultat System

GetDHParams() public méthode

public GetDHParams ( ) : Hashtable
Résultat System.Collections.Hashtable

GetDHParams() public static méthode

public static GetDHParams ( UInt32 len ) : Hashtable
len System.UInt32
Résultat System.Collections.Hashtable

GetG() public méthode

public GetG ( ) : BigInteger
Résultat BigInteger

GetL() public méthode

public GetL ( ) : UInt32
Résultat System.UInt32

GetNearest() public static méthode

public static GetNearest ( UInt32 n ) : UInt32
n System.UInt32
Résultat System.UInt32

GetP() public méthode

public GetP ( ) : BigInteger
Résultat BigInteger

GetX() public méthode

public GetX ( ) : BigInteger
Résultat BigInteger