java.security.spec
Class DSAParameterSpec
java.lang.Object
java.security.spec.DSAParameterSpec
- All Implemented Interfaces:
- DSAParams, AlgorithmParameterSpec
public class DSAParameterSpec
- extends Object
- implements DSAParams, AlgorithmParameterSpec
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
DSAParameterSpec
public DSAParameterSpec(BigInteger var0,
BigInteger var1,
BigInteger var2)
getG
public BigInteger getG()
- Specified by:
getG
in interface DSAParams
getP
public BigInteger getP()
- Specified by:
getP
in interface DSAParams
getQ
public BigInteger getQ()
- Specified by:
getQ
in interface DSAParams