net.handle.security
Class DSAParamsImpl

java.lang.Object
  extended by net.handle.security.DSAParamsImpl
All Implemented Interfaces:
java.security.interfaces.DSAParams

public class DSAParamsImpl
extends java.lang.Object
implements java.security.interfaces.DSAParams


Constructor Summary
DSAParamsImpl(java.math.BigInteger p, java.math.BigInteger q, java.math.BigInteger g)
           
 
Method Summary
 java.math.BigInteger getG()
           
 java.math.BigInteger getP()
           
 java.math.BigInteger getQ()
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DSAParamsImpl

public DSAParamsImpl(java.math.BigInteger p,
                     java.math.BigInteger q,
                     java.math.BigInteger g)
Method Detail

getP

public java.math.BigInteger getP()
Specified by:
getP in interface java.security.interfaces.DSAParams

getQ

public java.math.BigInteger getQ()
Specified by:
getQ in interface java.security.interfaces.DSAParams

getG

public java.math.BigInteger getG()
Specified by:
getG in interface java.security.interfaces.DSAParams