DSAParams
AlgorithmParameterSpec
public class DSAParameterSpec extends Object implements AlgorithmParameterSpec, DSAParams
DSAParameterSpec(BigInteger p, BigInteger q, BigInteger g)
BigInteger
getG()
g
getP()
p
getQ()
q
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DSAParameterSpec(BigInteger p, BigInteger q, BigInteger g)
public BigInteger getP()
getP
public BigInteger getQ()
getQ
public BigInteger getG()
getG