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