Dash Core Source Documentation (0.16.0.1)

Find detailed information regarding the Dash Core source code.

This class holds the context reference used in native methods to handle ECDSA operations. More...

Static Public Member Functions

static boolean isEnabled ()
 
static long getContext ()
 

Static Private Member Functions

static native long secp256k1_init_context ()
 

Static Private Attributes

static final boolean enabled
 
static final long context
 

Detailed Description

This class holds the context reference used in native methods to handle ECDSA operations.

Definition at line 23 of file Secp256k1Context.java.

Member Function Documentation

◆ getContext()

◆ isEnabled()

static boolean org.bitcoin.Secp256k1Context.isEnabled ( )
inlinestatic

◆ secp256k1_init_context()

static native long org.bitcoin.Secp256k1Context.secp256k1_init_context ( )
staticprivate

Member Data Documentation

◆ context

final long org.bitcoin.Secp256k1Context.context
staticprivate

Definition at line 25 of file Secp256k1Context.java.

Referenced by org.bitcoin.Secp256k1Context.getContext().

◆ enabled

final boolean org.bitcoin.Secp256k1Context.enabled
staticprivate

The documentation for this class was generated from the following file:
Released under the MIT license