public interface

DSAParams

java.security.interfaces.DSAParams
Known Indirect Subclasses

Class Overview

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.

Summary

Public Methods
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.