Uses of Interface
org.bitcoinj.secp.SecpPoint.Uncompressed
Packages that use SecpPoint.Uncompressed
Package
Description
API definition package for the
org.bitcoinj.secp module and JAR.Internal helper classes -- not for public use.
-
Uses of SecpPoint.Uncompressed in org.bitcoinj.secp
Subinterfaces of SecpPoint.Uncompressed in org.bitcoinj.secpModifier and TypeInterfaceDescriptioninterfaceA valid secp256k1 Public Key that is a subclass ofECPublicKey.Fields in org.bitcoinj.secp declared as SecpPoint.UncompressedModifier and TypeFieldDescriptionstatic final SecpPoint.UncompressedSecp256k1.GThe generator pointG(also known as base point) for secp256k1.Methods in org.bitcoinj.secp that return SecpPoint.UncompressedModifier and TypeMethodDescriptiondefault SecpPoint.UncompressedSecp256k1.ecPointUncompress(SecpPoint.Compressed compressedPoint) Calculate an uncompressed point from a compressed point.default SecpPoint.UncompressedSecpPubKey.getUncompressed()Return as an uncompressed pointSecpPubKey.point()Get the uncompressedSecpPointSecpPoint.Compressed.uncompress()Compute the y-value and return an uncompressed point.Methods in org.bitcoinj.secp with parameters of type SecpPoint.UncompressedModifier and TypeMethodDescriptionSecp256k1.ecPubKeyCombine(SecpPoint.Uncompressed key1, SecpPoint.Uncompressed key2) Combine two public keys by adding them.Secp256k1.ecPubKeyTweakMul(SecpPoint.Uncompressed pubKey, BigInteger scalarMultiplier) Multiply a public key by a scalar, this is known as key "tweaking" -
Uses of SecpPoint.Uncompressed in org.bitcoinj.secp.ffm
Methods in org.bitcoinj.secp.ffm with parameters of type SecpPoint.UncompressedModifier and TypeMethodDescriptionSecp256k1Foreign.ecPubKeyCombine(SecpPoint.Uncompressed key1, SecpPoint.Uncompressed key2) Secp256k1Foreign.ecPubKeyTweakMul(SecpPoint.Uncompressed pubKey, BigInteger scalarMultiplier) -
Uses of SecpPoint.Uncompressed in org.bitcoinj.secp.internal
Classes in org.bitcoinj.secp.internal that implement SecpPoint.UncompressedModifier and TypeClassDescriptionclassAnECPointthat has been validated to also be aSecpPoint.classclassDefault/Internal SecpPubKey implementation storing asSecpPointUncompressed.Methods in org.bitcoinj.secp.internal that return SecpPoint.UncompressedConstructors in org.bitcoinj.secp.internal with parameters of type SecpPoint.Uncompressed