Module key_id_storage

Source
Expand description

KeyIdStorage types and functionalities.

Structs§

KeyIdMemstore
An insecure, in-memory KeyIdStorage implementation that serves as an example and may be used in tests.
MethodDigest
Unique identifier of a VerificationMethod.

Enums§

KeyIdStorageErrorKind
The cause of the failed key id storage operation.
MethodDigestConstructionErrorKind
Characterization of the underlying cause of a MethodDigestConstructionError.

Traits§

KeyIdStorage
Key value Storage for KeyId under MethodDigest.

Type Aliases§

KeyIdStorageError
Error type for key id storage operations.
KeyIdStorageResult
Result of key id storage operations.
MethodDigestConstructionError
Error that may occur when constructing a MethodDigest.