Overview

Using the walt.id verifiable credentials library you can verify W3C credentials (v1.1, v2.0) that were signed as JWTs, SD-JWT and Verifiable Presentations (JWT-VPs) in Kotlin/Java.

The credentials lib provides you with a range of policies to verify signature, content, schema, revocation status and more. Find a list of all supported policies here.

Guides

  • Single Credential - verify the signature (JWT, SD-JWT), content and validity of a single W3C credential using policies.
  • Verifiable Presentation - verify Verifiable Presentations ( JWT-VP) and it's content using a range of policies.