public static class Moduli.DhGroup
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
private java.math.BigInteger |
g |
private java.math.BigInteger |
p |
private int |
size |
Constructor and Description |
---|
DhGroup(int size,
java.math.BigInteger g,
java.math.BigInteger p) |
Modifier and Type | Method and Description |
---|---|
java.math.BigInteger |
getG() |
java.math.BigInteger |
getP() |
int |
getSize() |
java.lang.String |
toString() |