public
interface
DSAParams
java.security.interfaces.DSAParams |
Known Indirect Subclasses |
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.
Public methods | |
---|---|
abstract
BigInteger
|
getG()
Returns the base, |
abstract
BigInteger
|
getP()
Returns the prime, |
abstract
BigInteger
|
getQ()
Returns the subprime, |
BigInteger getQ ()
Returns the subprime, q
.
Returns | |
---|---|
BigInteger |
the subprime, q .
|