Class SupportedProofTypeData

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

public class SupportedProofTypeData extends Object
Represents the supported proof type data for a given proof type in the OpenID for Verifiable Credential Issuance.
Author:
Bertrand Ogen
  • Constructor Details

    • SupportedProofTypeData

      public SupportedProofTypeData()
      Default constructor for Jackson deserialization
    • SupportedProofTypeData

      public SupportedProofTypeData(List<String> signingAlgorithmsSupported, KeyAttestationsRequired keyAttestationsRequired)
  • Method Details