public interface DSAParams
| Modifier and Type | Method and Description |
|---|---|
BigInteger |
getG()
Returns the base,
g. |
BigInteger |
getP()
Returns the prime,
p. |
BigInteger |
getQ()
Returns the subprime,
q. |
BigInteger getP()
p.p.BigInteger getQ()
q.q.BigInteger getG()
g.g.