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