Expand description
This module provides a type wrapping a key and key id storage.
Structs§
- Options for creating a JSON Web Signature.
- Contains information needed to update the signature in the RevocationTimeframe2024 revocation mechanism.
- A type wrapping a key and key id storage, typically used with
JwkStorage
andKeyIdStorage
that should always be used together when calling methods fromJwkDocumentExt
. - Signer that offers signing capabilities for
Signer
trait fromsecret_storage
.Storage
is used to sign.
Enums§
- Errors that can occur when working with the
JwkDocumentExt
API.
Traits§
- Extension trait for JWK-based operations on DID documents.
- Handle JWP-based operations on DID Documents.
- CoreDocument and IotaDocument extension to handle Credential’ signature update for RevocationTimeframe2024
Type Aliases§
- Alias for a
Result
with the error typeError
.