InMemoryLoader

In-Memory "Loader", that will always return list and ignore all validity.

Constructors

Link copied to clipboard
constructor(list: AndroidRevocationList)

Types

Link copied to clipboard

Properties

Link copied to clipboard

Functions

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.