API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.spec. ECParameterSpec View Source
Author(s)
Valerie Peng
Since
1.5
Version
1.4, 11/17/05
Serial
Hierarchy
 Object
      ECParameterSpec
Implements
 AlgorithmParameterSpec
Subclasses
Description
public class ECParameterSpec
  This immutable class specifies the set of domain parameters used with elliptic curve cryptography (ECC).
See also:    AlgorithmParameterSpec
Constructors
public ECParameterSpec (EllipticCurve curve, ECPoint g, BigInteger n, int h)
  Creates elliptic curve domain parameters based on the specified values.
Methods
Hide/Show inherited methods
public int getCofactor ()
  Returns the cofactor.
public EllipticCurve getCurve ()
  Returns the elliptic curve that this parameter defines.
public ECPoint getGenerator ()
  Returns the generator which is also known as the base point.
public BigInteger getOrder ()
  Returns the order of the generator.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar