Interface Secp256k1.Provider

All Known Implementing Classes:
BouncyProvider, ForeignProvider
Enclosing interface:
Secp256k1

public static interface Secp256k1.Provider
Provider interface for implementations of Secp256k1.
  • Method Summary

    Modifier and Type
    Method
    Description
    get()
    Get the instance this provider object describes
    id()
    Implementations must implement this method to return a unique ID
  • Method Details

    • id

      String id()
      Implementations must implement this method to return a unique ID
      Returns:
      A unique ID for this Secp256k1 implementation
    • get

      Secp256k1 get()
      Get the instance this provider object describes
      Returns:
      A Secp256k1 instance