Expand description
The core types used to create Verifiable Credentials.
Structs§
- Represents a set of claims describing an entity.
- A
CredentialBuilder
is used to create a customizedCredential
. - Information used to increase confidence in the claims of a
Credential
- This JSON Proof Token could represent a JWP both in the Issued and Presented forms.
- Options for creating a JSON Web Proof.
- A wrapper around a JSON Web Signature (JWS).
- A wrapper around a JSON Web Token (JWK).
- A JWT representing a Verifiable Credential.
- A service wrapper for a Linked Domain Service Endpoint.
- A service wrapper for a Linked Verifiable Presentation Service Endpoint.
- Information used to express obligations, prohibitions, and permissions about a
Credential
orPresentation
. - Represents a cryptographic proof that can be used to validate verifiable credentials and presentations.
- Information used to refresh or assert the status of a
Credential
. - Information used to determine the current status of a
Credential
using theRevocationBitmap2022
specification. - Information used to validate the structure of a
Credential
. - Information used to determine the current status of a
Credential
. - An entity who is the target of a set of claims.
Enums§
- An identifier representing the issuer of a
Credential
.
Functions§
- Attempts to convert the given index string to a u32.