Class ForeignProvider
java.lang.Object
org.bitcoinj.secp.ffm.ForeignProvider
- All Implemented Interfaces:
Secp256k1.Provider
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
ForeignProvider
public ForeignProvider()
-
-
Method Details
-
id
Description copied from interface:Secp256k1.ProviderImplementations must implement this method to return a unique ID- Specified by:
idin interfaceSecp256k1.Provider- Returns:
- A unique ID for this Secp256k1 implementation
-
get
Description copied from interface:Secp256k1.ProviderGet the instance this provider object describes- Specified by:
getin interfaceSecp256k1.Provider- Returns:
- A
Secp256k1instance
-