java.security.spec
Class DSAParameterSpec

java.lang.Object
  extended by java.security.spec.DSAParameterSpec
All Implemented Interfaces:
DSAParams, AlgorithmParameterSpec

public class DSAParameterSpec
extends Object
implements AlgorithmParameterSpec, DSAParams


Constructor Summary
DSAParameterSpec(BigInteger var0, BigInteger var1, BigInteger var2)
           
 
Method Summary
 BigInteger getG()
           
 BigInteger getP()
           
 BigInteger getQ()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSAParameterSpec

public DSAParameterSpec(BigInteger var0,
                        BigInteger var1,
                        BigInteger var2)
Method Detail

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.