RevocationListChecker

internal interface RevocationListChecker

Use case to check if the CRL is expired and if so, register CRL and update conversation statuses if there is a change.

Inheritors

Functions

Link copied to clipboard
abstract suspend fun check(url: String): Either<CoreFailure, <Error class: unknown class>?>