Package org.bitcoin
Class Secp256k1Context
java.lang.Object
org.bitcoin.Secp256k1Context
This class holds the context reference used in native methods to handle ECDSA operations.
-
Constructor Summary
-
Method Summary
-
Constructor Details
-
Secp256k1Context
public Secp256k1Context()
-
-
Method Details
-
isEnabled
public static boolean isEnabled()- Returns:
- true if enabled
-
getContext
public static long getContext()- Returns:
- context reference
-