java.lang.Object | +--java.security.interfaces.DSAParams
java.math.BigInteger | getG() Returns the base, or 'g' value |
java.math.BigInteger | getP() Returns the prime, or 'p' value |
java.math.BigInteger | getQ() Returns the subprime, or 'q' value |
public BigInteger getG()
public BigInteger getP()
public BigInteger getQ()