API Overview API Index Package Overview Direct link to this page
JDK 1.6
  java.security.spec. ECPoint View Source
Author(s)
Valerie Peng
Since
1.5
Version
1.4, 11/17/05
Serial
Hierarchy
 Object
      ECPoint
Implements
Subclasses
Description
public class ECPoint
  This immutable class represents a point on an elliptic curve (EC) in affine coordinates.
See also:   
Constructors
private ECPoint ()
public ECPoint (BigInteger x, BigInteger y)
  Creates an ECPoint from the specified affine x-coordinate x and affine y-coordinate y.
Methods
Hide/Show inherited methods
public boolean equals (Object obj)
  Compares this elliptic curve point for equality with the specified object.
public BigInteger getAffineX ()
  Returns the affine x-coordinate x.
public BigInteger getAffineY ()
  Returns the affine y-coordinate y.
public int hashCode ()
  Returns a hash code value for this elliptic curve point.
Fields
Hide/Show inherited fields
publicfinalstatic ECPoint POINT_INFINITY
This defines the point at infinity.
Nested Classes
Generated By: JavaOnTracks Doclet 0.1.4     ©Thibaut Colar