Expand description
Implementation of the SD-JWT VC token specification.
Re-exports§
pub use resolver::Resolver;
Modules§
- Additional metadata defined by the SD-JWT VC specification such as issuer’s metadata and credential type metadata.
- Resolver trait.
Structs§
- An SD-JWT carrying a verifiable credential as described in SD-JWT VC specification.
- A structure to ease the creation of an
SdJwtVc
. - JOSE payload claims for SD-JWT VC.
- Builder structure to create an SD-JWT VC presentation. It allows users to conceal claims and attach a key binding JWT.
- SD-JWT VC’s
status
claim value. Used to retrieve the status of the token. - A reference to an OAuth status list. See OAuth StatusList specification for more information.
Enums§
- Error type that represents failures that might arise when dealing with
SdJwtVc
s. - Mechanism used for representing the status of an SD-JWT VC token.
Constants§
- SD-JWT VC’s JOSE header
typ
’s value.
Functions§
- Converts
vct
claim’s URI value into the appropriate well-known URL.
Type Aliases§
- Either a value of type
T
or an [Error
].