Interface to a DSA-specific set of key parameters, which defines a DSA key family. DSA (Digital Signature Algorithm) is defined in NIST's FIPS-186.
g
.
p
.
q
.
public abstract BigInteger getP()
p
.
p
.
public abstract BigInteger getQ()
q
.
q
.
public abstract BigInteger getG()
g
.
g
.