Class JwtProof

java.lang.Object
org.keycloak.protocol.oid4vc.model.JwtProof

@Deprecated public class JwtProof extends Object
Deprecated.
Deprecated: Represents a single JWT-based proof (historical 'proof' structure). Prefer using Proofs with the appropriate array field (e.g., jwt). This class is kept for backward compatibility only. Supports 'jwt' proof type as per OID4VCI Draft 15.
See Also:
  • Constructor Details

    • JwtProof

      public JwtProof()
      Deprecated.
    • JwtProof

      public JwtProof(String jwt, String proofType)
      Deprecated.
  • Method Details

    • getJwt

      public String getJwt()
      Deprecated.
    • setJwt

      public JwtProof setJwt(String jwt)
      Deprecated.
    • getProofType

      public String getProofType()
      Deprecated.
    • setProofType

      public JwtProof setProofType(String proofType)
      Deprecated.