ECPoint

Class ECPoint

public class ECPoint
extends Object

This immutable class represents a point on an elliptic curve (EC) in affine coordinates. Other coordinate systems can extend this class to represent this point in other coordinates.

Since:
1.5

Fields

POINT_INFINITY

public static final ECPoint POINT_INFINITY

This defines the point at infinity.

Constructors

ECPoint

public ECPoint(BigInteger x,
               BigInteger y)

Creates an ECPoint from the specified affine x-c