Companion

object Companion

Functions

Link copied to clipboard
fun create(type: String? = null, holder: String, vcJwts: Iterable<String>, additionalData: Map<String, Any>? = null): VerifiablePresentation

Create a VerifiablePresentation based on the provided parameters.

Link copied to clipboard

Parses a JWT into a VerifiablePresentation instance.

Link copied to clipboard
fun verify(vpJwt: String)

Verifies the integrity and authenticity of a Verifiable Presentation (VP) encoded as a JSON Web Token (JWT).