Loader

interface Loader(source)

Generic Interface to load an AndroidRevocationList. Implementing classes are expected to be configured with any parameters needed for loading, s.t. loading itself requires no parameters

Inheritors

Types

Link copied to clipboard

Properties

Functions

Link copied to clipboard
abstract suspend fun load(now: Instant): AndroidRevocationList

Loads an AndroidRevocationList, which provides information about revoked or suspended devices as per the official specification. The implementation details, such as the source of the revocation list, may vary depending on the specific implementation of the Loader interface.

Link copied to clipboard

Loads an AndroidRevocationList in a blocking manner.