CachingLoader

Constructors

Link copied to clipboard
constructor()

Properties

Functions

Link copied to clipboard
abstract suspend fun fetch(now: Instant): AndroidRevocationList
Link copied to clipboard
open suspend override 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.