Uses of Class
ch.bitagent.bitcoin.lib.ecc.S256Point
-
Packages that use S256Point Package Description ch.bitagent.bitcoin.lib.ecc -
-
Uses of S256Point in ch.bitagent.bitcoin.lib.ecc
Methods in ch.bitagent.bitcoin.lib.ecc that return S256Point Modifier and Type Method Description S256PointS256Point. add(Point other)add.static S256PointS256Point. getG()Getter for the fieldg.S256PointPrivateKey. getPoint()Get the point (public key)S256PointS256Point. mul(Int coefficient)mul.static S256PointS256Point. parse(byte[] secBin)returns a Point object from a SEC binary (not hex)
-