API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.interfaces. DSAParams View Source
Author(s)
Benjamin Renaud
Josh Bloch
Since
Version
1.21 05/11/17
Serial
Hierarchy
 DSAParams
Subinterfaces
Description
public interface DSAParams
  Interface to a DSA-specific set of key parameters, which defines a DSA key family.
See also:    DSAKey Key Signature
Methods
Hide/Show inherited methods
public BigInteger getG ()
  Returns the base, g.
public BigInteger getP ()
  Returns the prime, p.
public BigInteger getQ ()
  Returns the subprime, q.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar