KeySpec
public class DSAPublicKeySpec extends Object implements KeySpec
Key
KeyFactory
DSAPrivateKeySpec
X509EncodedKeySpec
DSAPublicKeySpec(BigInteger y, BigInteger p, BigInteger q, BigInteger g)
BigInteger
getG()
g
getP()
p
getQ()
q
getY()
y
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DSAPublicKeySpec(BigInteger y, BigInteger p, BigInteger q, BigInteger g)
public BigInteger getY()
public BigInteger getP()
public BigInteger getQ()
public BigInteger getG()