Expand description
Verifiable Credential and Presentation validators.
Structs§
- Compound
Credential Validation Error - Errors caused by a failure to validate a
Credential. - Compound
JwtPresentation Validation Error - Errors caused by a failure to validate a
Presentation. - Decoded
JptCredential - Decoded
Credentialfrom a cryptographically verified JWP. - Decoded
JptPresentation - Decoded
Credentialfrom a cryptographically verified JWP. - Decoded
JwtCredential - Decoded
Credentialfrom a cryptographically verified JWS. - Decoded
JwtPresentation - Decoded
Presentationfrom a cryptographically verified JWS. - JptCredential
Validation Options - Options to declare validation criteria for
Credentials. - JptCredential
Validator - A type for decoding and validating
Credentials in JPT format. - JptCredential
Validator Utils - Utility functions for verifying JPT credentials.
- JptPresentation
Validation Options - Criteria for validating a
Presentation. - JptPresentation
Validator - A type for decoding and validating Presented
Credentials in JPT format. - JptPresentation
Validator Utils - Utility functions for verifying JPT credentials.
- JwtCredential
Validation Options - Options to declare validation criteria for
Credentials. - JwtCredential
Validator - A type for decoding and validating
Credentials. - JwtCredential
Validator Hybrid - A type for decoding and validating
Credentials signed with a PQ/T signature. - JwtCredential
Validator Utils - Utility functions for verifying JWT credentials.
- JwtPresentation
Validation Options - Criteria for validating a
Presentation. - JwtPresentation
Validator - Struct for validating
Presentation. - JwtPresentation
Validator Hybrid - Struct for validating
Presentationsigned with a PQ/T signature. - JwtPresentation
Validator Utils - Utility functions for verifying JWT presentations.
- KeyBindingJWT
Validation Options - Criteria for validating a Key Binding JWT (KB-JWT).
- SdJwt
Credential Validator - A type for decoding and validating [
SdJwt]s.
Enums§
- Fail
Fast - Declares when validation should return if an error occurs.
- JwtValidation
Error - An error associated with validating credentials and presentations.
- KeyBinding
JwtError - An error associated with validating KB-JWT.
- Signer
Context - Specifies whether an error is related to a credential issuer or the presentation holder.
- Status
Check - Controls validation behaviour when checking whether or not a credential has been revoked by its
credentialStatus. - Subject
Holder Relationship - Declares how credential subjects must relate to the presentation holder during validation.