Module revocation

Source
Expand description

Contains the implementations for all the credential revocation methods that can be used with IOTA’s Identity framework.

Re-exports§

pub use validity_timeframe_2024::*;

Modules§

status_list_2021
Implementation of StatusList2021.
validity_timeframe_2024
Implementation of a new Revocation mechanism for ZK Verifiable Credentials.

Structs§

RevocationBitmap
A compressed bitmap for managing credential revocation.

Enums§

RevocationError
Errors occurring when creating or extracting a Service of type RevocationBitmap2022

Traits§

RevocationDocumentExt
Extension trait providing convenience methods to update a RevocationBitmap2022 service in a CoreDocument.

Type Aliases§

RevocationResult
A result type designed for RevocationBitmap2022 handling.