API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.spec. EllipticCurve View Source
Author(s)
Valerie Peng
Since
1.5
Version
1.5, 03/28/06
Serial
Hierarchy
 Object
      EllipticCurve
Implements
Subclasses
Description
public class EllipticCurve
  This immutable class holds the necessary values needed to represent an elliptic curve.
See also:    ECField ECFieldFp ECFieldF2m
Constructors
public EllipticCurve (ECField field, BigInteger a, BigInteger b)
  Creates an elliptic curve with the specified elliptic field field and the coefficients a and b.
public EllipticCurve (ECField field, BigInteger a, BigInteger b, byte[] seed)
  Creates an elliptic curve with the specified elliptic field field, the coefficients a and b, and the seed used for curve generation.
Methods
Hide/Show inherited methods
public boolean equals (Object obj)
  Compares this elliptic curve for equality with the specified object.
public BigInteger getA ()
  Returns the first coefficient a of the elliptic curve.
public BigInteger getB ()
  Returns the second coefficient b of the elliptic curve.
public ECField getField ()
  Returns the finite field field that this elliptic curve is over.
public byte getSeed ()
  Returns the seeding bytes seed used during curve generation.
public int hashCode ()
  Returns a hash code value for this elliptic curve.
Fields
Hide/Show inherited fields
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar