Uses of Interface
org.bitcoinj.secp.SecpFieldElement
Packages that use SecpFieldElement
Package
Description
API definition package for the
org.bitcoinj.secp module and JAR.Internal helper classes -- not for public use.
-
Uses of SecpFieldElement in org.bitcoinj.secp
Fields in org.bitcoinj.secp declared as SecpFieldElementModifier and TypeFieldDescriptionstatic final SecpFieldElementSecp256k1.HALF_CURVE_ORDEREqual toEC_PARAMS.getOrder().shiftRight(1), used for canonicalizing the S value of a signature.Methods in org.bitcoinj.secp that return SecpFieldElementModifier and TypeMethodDescriptionstatic SecpFieldElementSecpFieldElement.of(byte[] bytes) Construct a field element from a big-endian byte-array of 32 bytesstatic SecpFieldElementSecpFieldElement.of(BigInteger i) Construct aSecpFieldElementfrom a BigIntegerSchnorrSignature.r()Get scalar RSecpPoint.Point.x()Get the x-coordinate field valueSecpPoint.Uncompressed.y()Get the y-coordinate field valueMethods in org.bitcoinj.secp with parameters of type SecpFieldElementModifier and TypeMethodDescriptionstatic SecpPointUncompressedSecpPoint.of(SecpFieldElement x, SecpFieldElement y) Deprecated, for removal: This API element is subject to removal in a future version. -
Uses of SecpFieldElement in org.bitcoinj.secp.internal
Classes in org.bitcoinj.secp.internal that implement SecpFieldElementMethods in org.bitcoinj.secp.internal that return SecpFieldElementModifier and TypeMethodDescriptionSchnorrSignatureImpl.r()SecpECPoint.x()SecpPointCompressed.x()SecpPointUncompressed.x()SecpPubKeyImpl.x()SecpECPoint.y()SecpPointUncompressed.y()SecpPubKeyImpl.y()Methods in org.bitcoinj.secp.internal with parameters of type SecpFieldElementModifier and TypeMethodDescriptionstatic SecpPointUncompressedSecpPointImpl.of(SecpFieldElement x, SecpFieldElement y) Constructors in org.bitcoinj.secp.internal with parameters of type SecpFieldElementModifierConstructorDescription