API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.spec. ECGenParameterSpec View Source
Author(s)
Valerie Peng
Since
1.5
Version
1.4, 11/17/05
Serial
Hierarchy
 Object
      ECGenParameterSpec
Implements
 AlgorithmParameterSpec
Subclasses
Description
public class ECGenParameterSpec
  This immutable class specifies the set of parameters used for generating elliptic curve (EC) domain parameters.
See also:    AlgorithmParameterSpec
Constructors
public ECGenParameterSpec (String stdName)
  Creates a parameter specification for EC parameter generation using a standard (or predefined) name stdName in order to generate the corresponding (precomputed) elliptic curve domain parameters.
Methods
Hide/Show inherited methods
public String getName ()
  Returns the standard or predefined name of the to-be-generated EC domain parameters.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar