java.lang.Object | +--java.security.spec.DSAPublicKeySpec
Safe: This class specifies a DSA public key with its associated parameters.
java.security.Key,
java.security.KeyFactory,
KeySpec,
DSAPrivateKeySpec,
X509EncodedKeySpecDSAPublicKeySpec(BigInteger y,
BigInteger p,
BigInteger q,
BigInteger g)
private BigInteger y
private BigInteger p
private BigInteger q
private BigInteger g
public DSAPublicKeySpec(BigInteger y, BigInteger p, BigInteger q, BigInteger g)
y - the public key.p - the prime.q - the sub-prime.g - the base.public BigInteger getY()
y.
y.public BigInteger getP()
p.
p.public BigInteger getQ()
q.
q.public BigInteger getG()
g.
g.public Object[] __optUncall()