Package org.apache.sshd.server.kex
Class Moduli.DhGroup
- java.lang.Object
-
- org.apache.sshd.server.kex.Moduli.DhGroup
-
-
Constructor Summary
Constructors Constructor Description DhGroup(int size, BigInteger g, BigInteger p)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description BigInteger
getG()
BigInteger
getP()
int
getSize()
String
toString()
-
-
-
Constructor Detail
-
DhGroup
public DhGroup(int size, BigInteger g, BigInteger p)
-
-
Method Detail
-
getSize
public int getSize()
-
getG
public BigInteger getG()
-
getP
public BigInteger getP()
-
-