Uses of Interface
org.bitcoinj.secp.Secp256k1
Packages that use Secp256k1
Package
Description
API definition package for the
org.bitcoinj.secp module and JAR.-
Uses of Secp256k1 in org.bitcoinj.secp
Methods in org.bitcoinj.secp that return Secp256k1Modifier and TypeMethodDescriptionstatic Secp256k1Secp256k1.get()Get the default implementationSecp256k1.Provider.get()Get the instance this provider object describesstatic Secp256k1Get implementation by IDstatic Secp256k1Secp256k1.getById(Secp256k1.ProviderId idEnum) Get implementation by ID enum -
Uses of Secp256k1 in org.bitcoinj.secp.ffm
Classes in org.bitcoinj.secp.ffm that implement Secp256k1Modifier and TypeClassDescriptionclassImplementation ofSecp256k1using thesecp256k1C-language library and the Java Foreign Function & Memory API.Methods in org.bitcoinj.secp.ffm that return Secp256k1