|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.mindbright.jca.security.spec.DSAParamsImpl
com.mindbright.jca.security.spec.DSAPublicKeySpec
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 |
protected java.math.BigInteger y
Constructor Detail |
public DSAPublicKeySpec(java.math.BigInteger y, java.math.BigInteger p, java.math.BigInteger q, java.math.BigInteger g)
Method Detail |
public java.math.BigInteger getY()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |