isAvailable abstract method

Future<bool> isAvailable(
  1. IKdfHostConfig hostConfig
)

Determines if the KDF is available without considering its current state.

! Note that this returns true if the KDF is running OR if it is possible to start it. This may be reworked in the future to separate these concerns.

Implementation

Future<bool> isAvailable(IKdfHostConfig hostConfig);