Expand description
Storage traits.
Modules§
- BLS12381 utils.
- KeyIdStorage types and functionalities.
- KeyStorage types and functionalities.
- All modules that should be made available to end-users.
- Storage types and functionalities.
Structs§
- The output of a JWK key generation.
- An insecure, in-memory
JwkStorage
implementation that serves as an example and may be used in tests. - Options for creating a JSON Web Signature.
- An identifier for a private key stored in a key storage.
- An insecure, in-memory
KeyIdStorage
implementation that serves as an example and may be used in tests. - The type or class of a cryptographic key.
- Unique identifier of a
VerificationMethod
. - 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. - The cause of the failed key id storage operation.
- The cause of the failed key storage operation.
- Characterization of the underlying cause of a
MethodDigestConstructionError
.
Traits§
- Extension trait for JWK-based operations on DID documents.
- Secure storage for cryptographic keys represented as JWKs.
- Extension to the JwkStorage to handle BBS+ keys
- Handle JWP-based operations on DID Documents.
- Key value Storage for
KeyId
underMethodDigest
. - CoreDocument and IotaDocument extension to handle Credential’ signature update for RevocationTimeframe2024
Type Aliases§
- Error type for key id storage operations.
- Result of key id storage operations.
- Error type for key storage operations.
- Result of key storage operations.
- Error that may occur when constructing a
MethodDigest
. - Alias for a
Result
with the error typeError
.