CheckCrlRevocationListUseCase

class CheckCrlRevocationListUseCase(certificateRevocationListRepository: CertificateRevocationListRepository, revocationListChecker: RevocationListChecker, kaliumLogger: <Error class: unknown class>)

Use case to check the certificate revocation list (CRL) for expired entries. param forceUpdate: if true, the CRL will be checked even if it is not expired.

Constructors

Link copied to clipboard
internal constructor(certificateRevocationListRepository: CertificateRevocationListRepository, revocationListChecker: RevocationListChecker, kaliumLogger: <Error class: unknown class>)

Functions

Link copied to clipboard
suspend operator fun invoke(forceUpdate: Boolean)