com.mindbright.jca.security.spec
Class DSAPublicKeySpec

java.lang.Object
  extended bycom.mindbright.jca.security.spec.DSAParamsImpl
      extended bycom.mindbright.jca.security.spec.DSAPublicKeySpec
All Implemented Interfaces:
DSAParams, KeySpec

public class DSAPublicKeySpec
extends DSAParamsImpl
implements KeySpec


Field Summary
protected  java.math.BigInteger y
           
 
Fields inherited from class com.mindbright.jca.security.spec.DSAParamsImpl
g, p, q
 
Constructor Summary
DSAPublicKeySpec(java.math.BigInteger y, java.math.BigInteger p, java.math.BigInteger q, java.math.BigInteger g)
           
 
Method Summary
 java.math.BigInteger getY()
           
 
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

y

protected java.math.BigInteger y
Constructor Detail

DSAPublicKeySpec

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

getY

public java.math.BigInteger getY()