Expand description
Types for verifiable data
Modules§
- jose
- Provides JWK and JWS types and functionality.
- verification_
method - The
verification
module contains code for verifying the correctness of core DID-related types.
Structs§
- Custom
Method Data - Custom verification method.
- Method
Builder - A
MethodBuilder
is used to generate a customizedMethod
. - Method
Type - verification method types.
- Verification
Method - A DID Document Verification Method.
Enums§
- Error
- This type represents all possible errors that can occur in the crate.
- Method
Data - Supported verification method data formats.
- Method
Ref - A reference to a verification method, either a
DID
or embeddedMethod
. - Method
Relationship - Verification relationships.
- Method
Scope - The scope of a
VerificationMethod
.