Interface SecpPoint.Point

All Superinterfaces:
SecpPoint
All Known Subinterfaces:
SecpPoint.Compressed, SecpPoint.Uncompressed
All Known Implementing Classes:
SecpECPoint, SecpPointCompressed, SecpPointUncompressed
Enclosing interface:
SecpPoint

public static interface SecpPoint.Point extends SecpPoint
A non-infinity point, either SecpPoint.Compressed or SecpPoint.Uncompressed.
  • Method Details

    • x

      Get the x-coordinate field value
      Returns:
      x-coordinate
    • isOdd

      boolean isOdd()
      Get the parity of the y-coordinate field value
      Returns:
      true if odd, false if even