com.mindbright.jca.security.spec
Class DSAParamsImpl

java.lang.Object
  extended by com.mindbright.jca.security.spec.DSAParamsImpl
All Implemented Interfaces:
DSAParams
Direct Known Subclasses:
DSAParameterSpec, DSAPrivateKeySpec, DSAPublicKeySpec

public abstract class DSAParamsImpl
extends java.lang.Object
implements DSAParams


Field Summary
protected  java.math.BigInteger g
           
protected  java.math.BigInteger p
           
protected  java.math.BigInteger q
           
 
Constructor Summary
protected 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
 

Field Detail

p

protected java.math.BigInteger p

q

protected java.math.BigInteger q

g

protected java.math.BigInteger g
Constructor Detail

DSAParamsImpl

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

getG

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

getP

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

getQ

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