KeySpec
public class DSAPrivateKeySpecextends Objectimplements KeySpec
Key
KeyFactory
DSAPublicKeySpec
PKCS8EncodedKeySpec
DSAPrivateKeySpec(BigInteger x, BigInteger p, BigInteger q, BigInteger g)
BigInteger
getG()
g
getP()
p
getQ()
q
getX()
x
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
public DSAPrivateKeySpec(BigInteger x, BigInteger p, BigInteger q, BigInteger g)
public BigInteger getX()
public BigInteger getP()
public BigInteger getQ()
public BigInteger getG()