Class SecpPointUncompressed
java.lang.Object
org.bitcoinj.secp.internal.SecpPointImpl
org.bitcoinj.secp.internal.SecpPointUncompressed
- All Implemented Interfaces:
SecpPoint, SecpPoint.Point, SecpPoint.Uncompressed
-
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 -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptioncompress()Convert to a compressed point.booleanbooleaninthashCode()booleanisOdd()Get the parity of the y-coordinate field valuestatic SecpPointUncompressedof(BigInteger x, BigInteger y) static SecpPointUncompressedtoString()x()Get the x-coordinate field valuey()Get the y-coordinate field valueMethods inherited from class SecpPointImpl
ofMethods inherited from interface SecpPoint.Uncompressed
serialize, toECPoint
-
Constructor Details
-
SecpPointUncompressed
-
-
Method Details
-
of
-
of
-
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
-
y
Description copied from interface:SecpPoint.UncompressedGet the y-coordinate field value- Specified by:
yin interfaceSecpPoint.Uncompressed- Returns:
- y-coordinate
-
compress
Description copied from interface:SecpPoint.UncompressedConvert to a compressed point.- Specified by:
compressin interfaceSecpPoint.Uncompressed- Returns:
- compressed point
-
equals
-
equals
-
hashCode
-
toString
-