Interface SecpPoint.Compressed
- All Superinterfaces:
SecpPoint, SecpPoint.Point
- All Known Implementing Classes:
SecpPointCompressed
- Enclosing interface:
SecpPoint
A P256K1 point in compressed format.
-
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
Modifier and TypeMethodDescriptiondefault byte[]Get the default serialization encodingCompute the y-value and return an uncompressed point.Methods inherited from interface SecpPoint.Point
isOdd, x
-
Method Details
-
uncompress
SecpPoint.Uncompressed 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
-