Uses of Class
ch.bitagent.bitcoin.lib.ecc.S256Point
-
Packages that use S256Point Package Description ch.bitagent.bitcoin.lib.ecc ch.bitagent.bitcoin.lib.wallet -
-
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)static S256PointS256Point. liftX(Int x)S256PointS256Point. mul(Int coefficient)mul.static S256PointS256Point. parse(byte[] secBin)returns a Point object from a SEC binary (not hex) -
Uses of S256Point in ch.bitagent.bitcoin.lib.wallet
Methods in ch.bitagent.bitcoin.lib.wallet with parameters of type S256Point Modifier and Type Method Description static booleanMessage. verify(S256Point publicKey, String signatureB64, String message, boolean electrum)verify
-