java.security.spec
Class DSAParameterSpec
java.lang.Object
java.security.spec.DSAParameterSpec
- All Implemented Interfaces:
- DSAParams, AlgorithmParameterSpec
public class DSAParameterSpec
- extends Object
- implements AlgorithmParameterSpec, DSAParams
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
Copyright © 2006-2010 OSGi Alliance. All Rights Reserved.