Interface SecpPoint.Uncompressed

All Superinterfaces:
SecpPoint, SecpPoint.Point
All Known Implementing Classes:
SecpECPoint, SecpPointUncompressed
Enclosing interface:
SecpPoint

public static interface SecpPoint.Uncompressed extends SecpPoint.Point
A P256K1 point in uncompressed format.
  • Method Details

    • y

      Get the y-coordinate field value
      Returns:
      y-coordinate
    • compress

      Convert to a compressed point.
      Returns:
      compressed point
    • serialize

      default byte[] serialize()
      Get the default serialization encoding
      Returns:
      serialized point
    • toECPoint

      default ECPoint toECPoint()