Class BouncyProvider
java.lang.Object
org.bitcoinj.secp.bouncy.BouncyProvider
- All Implemented Interfaces:
Secp256k1.Provider
Provider implementations providing name and access to
Bouncy256k1.-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
BouncyProvider
public BouncyProvider()Default constructor.
-
-
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
-