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