Module storage

Source
Expand description

Storage types and functionalities.

Structs§

JwsSignatureOptions
Options for creating a JSON Web Signature.
ProofUpdateCtx
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 and KeyIdStorage that should always be used together when calling methods from JwkDocumentExt.
StorageSigner
Signer that offers signing capabilities for Signer trait from secret_storage. Storage is used to sign.

Enums§

JwkStorageDocumentError
Errors that can occur when working with the JwkDocumentExt API.

Traits§

DidJwkDocumentExt
Extension trait for creating JWK-based DID documents for traditional, zk, PQ and hybrid keys
JwkDocumentExt
Extension trait for JWK-based operations on DID documents.
JwkDocumentExtHybrid
Extension trait to handle PQ/T hybrid operations.
JwpDocumentExt
Handle JWP-based operations on DID Documents.
JwsDocumentExtPQC
New trait to handle PQ-based operations on DID Documents
TimeframeRevocationExtension
CoreDocument and IotaDocument extension to handle Credential’ signature update for RevocationTimeframe2024

Type Aliases§

KeytoolStorage
An unsecure Storage that leverages IOTA Keytool.
StorageResult
Alias for a Result with the error type Error.