Packages

c

org.bitcoin

NativeSecp256k1

class NativeSecp256k1 extends AnyRef

This class holds native methods to handle ECDSA verification.

You can find an example library that can be used for this at https://github.com/bitcoin-core/secp256k1

To build secp256k1 for use with bitcoinj, run ./configure --enable-jni --enable-experimental --enable-module-ecdh and make then copy .libs/libsecp256k1.so to your system library path or point the JVM to the folder containing it with -Djava.library.path

Linear Supertypes
Ordering
  1. Alphabetic
  2. By Inheritance
Inherited
  1. NativeSecp256k1
  2. AnyRef
  3. Any
  1. Hide All
  2. Show All
Visibility
  1. Public
  2. Protected

Instance Constructors

  1. new NativeSecp256k1()