Uses of Interface
ch.bitagent.bitcoin.lib.ecc.PointOperators
-
Packages that use PointOperators Package Description ch.bitagent.bitcoin.lib.ecc -
-
Uses of PointOperators in ch.bitagent.bitcoin.lib.ecc
Classes in ch.bitagent.bitcoin.lib.ecc that implement PointOperators Modifier and Type Class Description classFieldElementA finite field with point operatorsclassHexAn Int from a hex valueclassIntAn Integer based on BigInteger with Point OperatorsclassS256FieldA finite field on a secp256k1 elliptic curveMethods in ch.bitagent.bitcoin.lib.ecc that return PointOperators Modifier and Type Method Description PointOperatorsPointOperators. add(PointOperators otherPoint)add.PointOperatorsPointOperators. div(PointOperators otherPoint)div.PointOperatorsPoint. getA()Getter for the fielda.PointOperatorsPoint. getB()Getter for the fieldb.PointOperatorsPoint. getX()Getter for the fieldx.PointOperatorsPoint. getY()Getter for the fieldy.PointOperatorsPointOperators. mod(Int divisor)mod.PointOperatorsInt. mul(int coefficient)mul.PointOperatorsPointOperators. mul(int coefficient)mul.PointOperatorsPointOperators. mul(PointOperators otherPoint)mul.PointOperatorsPointOperators. pow(Int exponent)pow.PointOperatorsPointOperators. powMod(Int exponent, Int divisor)powMod.PointOperatorsPointOperators. sub(PointOperators otherPoint)sub.Methods in ch.bitagent.bitcoin.lib.ecc with parameters of type PointOperators Modifier and Type Method Description FieldElementFieldElement. add(PointOperators otherPoint)add.IntInt. add(PointOperators otherPoint)add.PointOperatorsPointOperators. add(PointOperators otherPoint)add.S256FieldS256Field. add(PointOperators otherPoint)add.FieldElementFieldElement. div(PointOperators otherPoint)div.IntInt. div(PointOperators otherPoint)div.PointOperatorsPointOperators. div(PointOperators otherPoint)div.booleanFieldElement. eq(PointOperators otherPoint)eq.booleanInt. eq(PointOperators otherPoint)eq.booleanPointOperators. eq(PointOperators otherPoint)eq.static IntPoint. getNum(PointOperators po)static byte[]Schnorr. getNumBytes(PointOperators po)static IntPoint. getPrime(PointOperators po)FieldElementFieldElement. mul(PointOperators otherPoint)mul.IntInt. mul(PointOperators otherPoint)mul.PointOperatorsPointOperators. mul(PointOperators otherPoint)mul.booleanFieldElement. ne(PointOperators otherPoint)ne.booleanInt. ne(PointOperators otherPoint)ne.booleanPointOperators. ne(PointOperators otherPoint)ne.FieldElementFieldElement. sub(PointOperators otherPoint)sub.IntInt. sub(PointOperators otherPoint)sub.PointOperatorsPointOperators. sub(PointOperators otherPoint)sub.Constructors in ch.bitagent.bitcoin.lib.ecc with parameters of type PointOperators Constructor Description Point(PointOperators x, PointOperators y, PointOperators a, PointOperators b)Constructor for Point.
-