ChallengeChecker

@ThreadSafe
interface ChallengeChecker

An interface to handle checking validity of challenges.

Implementations of this interface must be thread-safe. Multiple threads may call checkChallenge on the same instance concurrently.

Inheritors

Functions

Link copied to clipboard
abstract fun checkChallenge(challenge: ByteString): ListenableFuture<Boolean>

Checks the given challenge for validity.