org.phprpc.util
类 DHParams

java.lang.Object
  继承者 org.phprpc.util.DHParams

public final class DHParams
extends Object


构造方法摘要
DHParams(int len)
           
 
方法摘要
 HashMap getDHParams()
           
static HashMap getDHParams(int len)
           
 BigInteger getG()
           
 int getL()
           
static int getNearest(int n)
           
 BigInteger getP()
           
 BigInteger getX()
           
 
从类 java.lang.Object 继承的方法
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

构造方法详细信息

DHParams

public DHParams(int len)
方法详细信息

getNearest

public static int getNearest(int n)

getDHParams

public static HashMap getDHParams(int len)

getL

public int getL()

getP

public BigInteger getP()

getG

public BigInteger getG()

getX

public BigInteger getX()

getDHParams

public HashMap getDHParams()


Copyright © 2014. All rights reserved.