RevocationListInfo

Marker type for revocation artifact. Carries only the URI plus flavor-specific metadata so the resolver can download and interpret the right RevocationList.

Inheritors

Types

Link copied to clipboard
@Serializable
@SerialName(value = "status")
data class StatusSurrogate

specification: https://www.ietf.org/archive/id/draft-ietf-oauth-status-list-06.html#name-status-claim

Link copied to clipboard

Serializes a sealed RevocationListInfo into the JOSE/COSE field structure defined by the specifications above

Properties

Link copied to clipboard
abstract val certificate: ByteArray?

The identifier_list and status_list in the MSO may contain the Certificate element. If the Certificate element is present, it shall contain a certificate containing the public key that signed the top-level certificate in the x5chain element in the MSO revocation list structure. The mdoc reader shall use that certificate as trust point for verification of the x5chain element in the MSO revocation list structure. If the Certificate element is not present, the top-level certificate in the x5chain element shall be signed by the certificate used to sign the certificate in the x5chain element of the MSO. In the context of an mDL, that is the IACA certificate.

Link copied to clipboard