Uses of Interface
org.bitcoinj.secp.EcdsaSignature
Packages that use EcdsaSignature
Package
Description
API definition package for the
org.bitcoinj.secp module and JAR.Internal helper classes -- not for public use.
-
Uses of EcdsaSignature in org.bitcoinj.secp
Methods in org.bitcoinj.secp that return EcdsaSignatureModifier and TypeMethodDescriptionstatic EcdsaSignatureEcdsaSignature.of(byte[] bytes) Deprecated, for removal: This API element is subject to removal in a future version.static EcdsaSignatureEcdsaSignature.of(SecpScalar r, SecpScalar s) Deprecated, for removal: This API element is subject to removal in a future version.Methods in org.bitcoinj.secp that return types with arguments of type EcdsaSignatureModifier and TypeMethodDescriptionSecp256k1.ecdsaSign(byte[] msg_hash_data, SecpPrivKey privKey) Sign a message hash using the ECDSA algorithmSecp256k1.ecdsaSignatureParseCompact(byte[] serialized_signature) Parse a Bitcoin compact signature.Secp256k1.ecdsaSignLowR(byte[] messageHashData, SecpPrivKey privKey) Sign a message hash using the ECDSA algorithm and Low-R signature gridingMethods in org.bitcoinj.secp with parameters of type EcdsaSignatureModifier and TypeMethodDescriptionbyte[]Secp256k1.ecdsaSignatureSerializeCompact(EcdsaSignature sig) Serialize aEcdsaSignatureas a Bitcoin compact signature.Secp256k1.ecdsaVerify(EcdsaSignature sig, byte[] msg_hash_data, SecpPubKey pubKey) Verify an ECDSA signature. -
Uses of EcdsaSignature in org.bitcoinj.secp.ffm
Methods in org.bitcoinj.secp.ffm that return types with arguments of type EcdsaSignatureModifier and TypeMethodDescriptionSecp256k1Foreign.ecdsaSign(byte[] msg_hash_data, SecpPrivKey privKey) Secp256k1Foreign.ecdsaSignatureParseCompact(byte[] serialized_signature) Secp256k1Foreign.ecdsaSignLowR(byte[] msg_hash_data, SecpPrivKey privKey) ECDSA signing with Low-R grinding.Methods in org.bitcoinj.secp.ffm with parameters of type EcdsaSignatureModifier and TypeMethodDescriptionbyte[]Secp256k1Foreign.ecdsaSignatureSerializeCompact(EcdsaSignature sig) Secp256k1Foreign.ecdsaVerify(EcdsaSignature sig, byte[] msg_hash_data, SecpPubKey pubKey) -
Uses of EcdsaSignature in org.bitcoinj.secp.internal
Classes in org.bitcoinj.secp.internal that implement EcdsaSignature
Secp256k1.ecdsaSignatureParseCompact(byte[])