com.mindbright.jca.security.spec
Class DSAPrivateKeySpec

java.lang.Object
  extended by com.mindbright.jca.security.spec.DSAParamsImpl
      extended by com.mindbright.jca.security.spec.DSAPrivateKeySpec
All Implemented Interfaces:
DSAParams, KeySpec

public class DSAPrivateKeySpec
extends DSAParamsImpl
implements KeySpec


Field Summary
protected  java.math.BigInteger x
           
 
Fields inherited from class com.mindbright.jca.security.spec.DSAParamsImpl
g, p, q
 
Constructor Summary
DSAPrivateKeySpec(java.math.BigInteger x, java.math.BigInteger p, java.math.BigInteger q, java.math.BigInteger g)
           
 
Method Summary
 java.math.BigInteger getX()
           
 
Methods inherited from class com.mindbright.jca.security.spec.DSAParamsImpl
getG, getP, getQ
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

x

protected java.math.BigInteger x
Constructor Detail

DSAPrivateKeySpec

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

getX

public java.math.BigInteger getX()