API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.interfaces. DSAKeyPairGenerator View Source
Author(s)
Since
Version
Serial
Hierarchy
 DSAKeyPairGenerator
Subinterfaces
Description
public interface DSAKeyPairGenerator
  An interface to an object capable of generating DSA key pairs.
See also:    KeyPairGenerator
Methods
Hide/Show inherited methods
public void initialize (DSAParams params, SecureRandom random) throws InvalidParameterException
  Initializes the key pair generator using the DSA family parameters (p,q and g) and an optional SecureRandom bit source.
public void initialize (int modlen, boolean genParams, SecureRandom random) throws InvalidParameterException
  Initializes the key pair generator for a given modulus length (instead of parameters), and an optional SecureRandom bit source.
Fields
Hide/Show inherited fields
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar