Class SecpPointCompressed
java.lang.Object
org.bitcoinj.secp.internal.SecpPointCompressed
- All Implemented Interfaces:
SecpPoint, SecpPoint.Compressed, SecpPoint.Point
-
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
Methods inherited from interface SecpPoint.Compressed
serialize
-
Method Details
-
x
Description copied from interface:SecpPoint.PointGet the x-coordinate field value- Specified by:
xin interfaceSecpPoint.Point- Returns:
- x-coordinate
-
isOdd
public boolean isOdd()Description copied from interface:SecpPoint.PointGet the parity of the y-coordinate field value- Specified by:
isOddin interfaceSecpPoint.Point- Returns:
trueif odd,falseif even
-
uncompress
Description copied from interface:SecpPoint.CompressedCompute the y-value and return an uncompressed point.- Specified by:
uncompressin interfaceSecpPoint.Compressed- Returns:
- uncompressed point
-
equals
-
hashCode
-
toString
-