Interface SecpPoint.Point
- All Superinterfaces:
SecpPoint
- All Known Subinterfaces:
SecpPoint.Compressed, SecpPoint.Uncompressed
- All Known Implementing Classes:
SecpECPoint, SecpPointCompressed, SecpPointUncompressed
- Enclosing interface:
SecpPoint
A non-infinity point, either
SecpPoint.Compressed or SecpPoint.Uncompressed.-
Nested Class Summary
Nested classes/interfaces inherited from interface SecpPoint
SecpPoint.Compressed, SecpPoint.Infinity, SecpPoint.Point, SecpPoint.Uncompressed -
Field Summary
Fields inherited from interface SecpPoint
POINT_INFINITY -
Method Summary
-
Method Details
-
x
-
isOdd
boolean isOdd()Get the parity of the y-coordinate field value- Returns:
trueif odd,falseif even
-