|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.security.spec.DSAPublicKeySpec
public class DSAPublicKeySpec
DSA Public Key class Specification. Used to maintain the DSA Public Keys.
Constructor Summary | |
---|---|
DSAPublicKeySpec(BigInteger y,
BigInteger p,
BigInteger q,
BigInteger g)
Constructs a new DSAPublicKeySpec with the specified y, p, q, and g. |
Method Summary | |
---|---|
BigInteger |
getG()
Returns g for the DSA algorithm. |
BigInteger |
getP()
Returns p for the DSA algorithm. |
BigInteger |
getQ()
Returns p for the DSA algorithm. |
BigInteger |
getY()
Returns public key y for the DSA algorithm. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public DSAPublicKeySpec(BigInteger y, BigInteger p, BigInteger q, BigInteger g)
y
- the public keyp
- the primeq
- the sub-primeg
- the baseMethod Detail |
---|
public BigInteger getY()
public BigInteger getP()
public BigInteger getQ()
public BigInteger getG()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |