RevocationList

sealed class RevocationList(source)

Marker type for status list content that describe the revocation / suspension state of credentials.

Two transport formats are supported:

  • StatusList for the IETF Token Status List draft (compressed bitset, referenced from JOSE/COSE).

  • IdentifierList for ISO/IEC 18013-5 mobile document revocation (identifier list with optional certificate anchor).

Inheritors

Types

Link copied to clipboard

Lets runtime components (issuers, resolvers, validators) pick the correct serialization and validation pipeline without relying on generics, which are awkward to use across KMP interfaces.