public class DSAParamsImpl
extends java.lang.Object
implements java.security.interfaces.DSAParams
Constructor and Description |
---|
DSAParamsImpl(java.math.BigInteger p,
java.math.BigInteger q,
java.math.BigInteger g) |
public DSAParamsImpl(java.math.BigInteger p, java.math.BigInteger q, java.math.BigInteger g)
public java.math.BigInteger getP()
getP
in interface java.security.interfaces.DSAParams
public java.math.BigInteger getQ()
getQ
in interface java.security.interfaces.DSAParams
public java.math.BigInteger getG()
getG
in interface java.security.interfaces.DSAParams