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