DSAParams

public interface 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 Method Summary

abstract BigInteger
getG()
Returns the base, g.
abstract BigInteger
getP()
Returns the prime, p.
abstract BigInteger
getQ()
Returns the subprime, q.

Public Methods

public abstract BigInteger getG ()

Returns the base, g.

Returns
  • the base, g.

public abstract BigInteger getP ()

Returns the prime, p.

Returns
  • the prime, p.

public abstract BigInteger getQ ()

Returns the subprime, q.

Returns
  • the subprime, q.