AndroidRevocationList
Represents a revocation list specific to Android attestation as per [the official specification}(https://developer.android.com/privacy-and-security/security-key-attestation#certificate_status), containing information about revoked or suspended certificates, metadata on expiration, and modification timestamps.
Types
Represents a revocation entry containing information about the status, reason for revocation, and the optional expiration date.
HTTP CachingLoader that fetches an AndroidRevocationList over HTTP. This class uses an HttpClient to perform requests and parses the fetched JSON content into the revocation list format.
In-Memory "Loader", that will always return list and ignore all validity.
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
Thrown during serializer registration failures.