| Constructor and Description |
|---|
DhGroup(int size,
BigInteger g,
BigInteger p) |
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getG() |
BigInteger |
getP() |
int |
getSize() |
String |
toString() |
public DhGroup(int size,
BigInteger g,
BigInteger p)
public int getSize()
public BigInteger getG()
public BigInteger getP()
Copyright © 2008–2021 The Apache Software Foundation. All rights reserved.