java.lang.Object | |
↳ | java.security.spec.ECPoint |
A Point on an Elliptic Curve in barycentric (or affine) coordinates.
Fields | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
POINT_INFINITY | The point on an Elliptic Curve at infinity. |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Creates a new point at the specified coordinates.
|
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
Returns whether the specified object and this elliptic curve point are
equal.
| |||||||||||
Returns the x-coordinate.
| |||||||||||
Returns the y-coordinate.
| |||||||||||
Returns the hashcode of this elliptic curve point.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
|
The point on an Elliptic Curve at infinity.
Creates a new point at the specified coordinates.
affineX | the x-coordinate. |
---|---|
affineY | the y-coordinate. |
Returns whether the specified object and this elliptic curve point are equal.
other | the object to compare. |
---|
true
if the specified object and this elliptic curve
point are equal, otherwise false
.
Returns the x-coordinate.
null
for the infinite point.
Returns the y-coordinate.
null
fot the infinite point.
Returns the hashcode of this elliptic curve point.