C# 클래스 org.phprpc.util.DHParams

파일 보기 프로젝트 열기: bluelovers/phprpc 1 사용 예제들

공개 메소드들

메소드 설명
DHParams ( UInt32 len ) : System
GetDHParams ( ) : Hashtable
GetDHParams ( UInt32 len ) : Hashtable
GetG ( ) : BigInteger
GetL ( ) : UInt32
GetNearest ( UInt32 n ) : UInt32
GetP ( ) : BigInteger
GetX ( ) : BigInteger

비공개 메소드들

메소드 설명
DHParams ( ) : System

메소드 상세

DHParams() 공개 메소드

public DHParams ( UInt32 len ) : System
len System.UInt32
리턴 System

GetDHParams() 공개 메소드

public GetDHParams ( ) : Hashtable
리턴 System.Collections.Hashtable

GetDHParams() 공개 정적인 메소드

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

GetG() 공개 메소드

public GetG ( ) : BigInteger
리턴 BigInteger

GetL() 공개 메소드

public GetL ( ) : UInt32
리턴 System.UInt32

GetNearest() 공개 정적인 메소드

public static GetNearest ( UInt32 n ) : UInt32
n System.UInt32
리턴 System.UInt32

GetP() 공개 메소드

public GetP ( ) : BigInteger
리턴 BigInteger

GetX() 공개 메소드

public GetX ( ) : BigInteger
리턴 BigInteger