load

abstract suspend fun load(now: Instant): AndroidRevocationList(source)

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.

This will only return a fresh AndroidRevocationList if the last loaded one is expired.

Return

The loaded AndroidAttestationRevocationList, containing details on revoked or suspended entries, along with metadata such as expiration and modification dates (when available).

Throws

if an error occurs during the loading process, such as network issues, IO errors, or invalid data.