Bitcoin ABC  0.26.3
P2P Digital Currency
Static Public Member Functions | Static Private Member Functions | Static Private Attributes | List of all members
org.bitcoin.Secp256k1Context Class Reference

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()

static long org.bitcoin.Secp256k1Context.getContext ( )
inlinestatic

Definition at line 45 of file Secp256k1Context.java.

Here is the caller graph for this function:

◆ isEnabled()

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

Definition at line 41 of file Secp256k1Context.java.

Here is the caller graph for this function:

◆ 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.

◆ enabled

final boolean org.bitcoin.Secp256k1Context.enabled
staticprivate

Definition at line 24 of file Secp256k1Context.java.


The documentation for this class was generated from the following file: