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
JwkStorageandKeyIdStoragethat should always be used together when calling methods fromJwkDocumentExt. - Storage
Signer - Signer that offers signing capabilities for
Signertrait fromsecret_storage.Storageis used to sign.
Enums§
- JwkStorage
Document Error - Errors that can occur when working with the
JwkDocumentExtAPI.
Traits§
- DidJwk
Document Ext - Extension trait for creating JWK-based DID documents for traditional, zk, PQ and hybrid keys
- JwkDocument
Ext - Extension trait for JWK-based operations on DID documents.
- JwkDocument
ExtHybrid - Extension trait to handle PQ/T hybrid operations.
- JwpDocument
Ext - Handle JWP-based operations on DID Documents.
- JwsDocument
ExtPQC - New trait to handle PQ-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
Resultwith the error typeError.