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
Credential
from a cryptographically verified JWP. - Decoded
JptPresentation - Decoded
Credential
from a cryptographically verified JWP. - Decoded
JwtCredential - Decoded
Credential
from a cryptographically verified JWS. - Decoded
JwtPresentation - Decoded
Presentation
from a cryptographically verified JWS. - JptCredential
Validation Options - Options to declare validation criteria for
Credential
s. - JptCredential
Validator - A type for decoding and validating
Credential
s 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
Credential
s in JPT format. - JptPresentation
Validator Utils - Utility functions for verifying JPT credentials.
- JwtCredential
Validation Options - Options to declare validation criteria for
Credential
s. - JwtCredential
Validator - A type for decoding and validating
Credential
s. - 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 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.