Class ProofTypeJWT

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

public class ProofTypeJWT extends Object
See: https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html#name-jwt-proof-type
Author:
Francis Pouatcha
  • Constructor Details

    • ProofTypeJWT

      public ProofTypeJWT()
  • Method Details

    • getProofSigningAlgValuesSupported

      public List<String> getProofSigningAlgValuesSupported()
    • setProofSigningAlgValuesSupported

      public ProofTypeJWT setProofSigningAlgValuesSupported(List<String> proofSigningAlgValuesSupported)
    • equals

      public boolean equals(Object o)
      Overrides:
      equals in class Object
    • hashCode

      public int hashCode()
      Overrides:
      hashCode in class Object