Class JwtProof

java.lang.Object
org.keycloak.protocol.oid4vc.model.JwtProof
All Implemented Interfaces:
Proof

public class JwtProof extends Object implements Proof
JWT Proof for Credential Request in OID4VCI (Section 8.2.1.1). Represents a signed JWT for holder binding.
Author:
Stefan Wiedemann
See Also:
  • Constructor Details

    • JwtProof

      public JwtProof()
    • JwtProof

      public JwtProof(String jwt)
  • Method Details