Package-level declarations
Types
specification: https://www.ietf.org/archive/id/draft-ietf-oauth-status-list-06.html#name-status-list Status list in its compressed form.
Status List Aggregation is an optional mechanism to retrieve a list of URIs to all Status List Tokens, allowing a Relying Party to fetch all relevant Status Lists for a specific type of Referenced Token or Issuer. This mechanism is intended to support fetching and caching mechanisms and allow offline validation of the status of a reference token for a period of time. If a Relying Party encounters an invalid Status List referenced in the response from the Status List Aggregation endpoint, it SHOULD continue processing the other valid Status Lists referenced in the response.There are two options for a Relying Party to retrieve the Status List Aggregation. An Issuer MAY support any of these mechanisms:
Specifies an url to retrieve a status list token, and an index specifying the position in the status list within that status list token that holds the token status of the the referenced token.
The following content applies to the JWT Claims Set:
Utility class to access token statuses by index from an uncompressed byte array. In theory this should improve storage size compared to a list of token statuses since ByteArray is stored more efficiently.