Uses of Interface
org.bitcoinj.secp.SecpXOnlyPubKey
Packages that use SecpXOnlyPubKey
Package
Description
API definition package for the
org.bitcoinj.secp module and JAR.Internal helper classes -- not for public use.
-
Uses of SecpXOnlyPubKey in org.bitcoinj.secp
Methods in org.bitcoinj.secp that return SecpXOnlyPubKeyModifier and TypeMethodDescriptiondefault SecpXOnlyPubKeySecpPubKey.xOnly()Return the x-only public key.Methods in org.bitcoinj.secp that return types with arguments of type SecpXOnlyPubKeyModifier and TypeMethodDescriptionstatic SecpResult<SecpXOnlyPubKey> SecpXOnlyPubKey.parse(byte[] serialized) Deprecated, for removal: This API element is subject to removal in a future version.Secp256k1.xOnlyPubKeyParse(byte[] inputData) Parse a byte array as an x-only public keyMethods in org.bitcoinj.secp with parameters of type SecpXOnlyPubKeyModifier and TypeMethodDescriptiondefault SecpPubKeySecp256k1.ecPubKeyFromXOnly(SecpXOnlyPubKey xOnlyPubKey) Convert an x-only public key to a (uncompressed point) public keySecp256k1.schnorrSigVerify(SchnorrSignature signature, byte[] msg_hash, SecpXOnlyPubKey pubKey) Verify a Schnorr signature. -
Uses of SecpXOnlyPubKey in org.bitcoinj.secp.ffm
Methods in org.bitcoinj.secp.ffm that return types with arguments of type SecpXOnlyPubKeyMethods in org.bitcoinj.secp.ffm with parameters of type SecpXOnlyPubKeyModifier and TypeMethodDescriptionSecp256k1Foreign.schnorrSigVerify(SchnorrSignature signature, byte[] msg_hash, SecpXOnlyPubKey pubKey) -
Uses of SecpXOnlyPubKey in org.bitcoinj.secp.internal
Classes in org.bitcoinj.secp.internal that implement SecpXOnlyPubKeyModifier and TypeClassDescriptionclassSimple implementation using {code @byte[]} as internal storage.
Secp256k1.xOnlyPubKeyParse(byte[])instead