Interface SecpPoint.Compressed

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

public static interface SecpPoint.Compressed extends SecpPoint.Point
A P256K1 point in compressed format.
  • Method Details

    • uncompress

      Compute the y-value and return an uncompressed point.
      Returns:
      uncompressed point
    • serialize

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