Class ProofTypesSupported
java.lang.Object
org.keycloak.protocol.oid4vc.model.ProofTypesSupported
See: https://openid.net/specs/openid-4-verifiable-credential-issuance-1_0.html#name-proof-types
- Author:
- Francis Pouatcha
-
Field Summary
Fields -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionfinal booleanstatic ProofTypesSupportedfromJsonString(String jsonString) inthashCode()static ProofTypesSupportedparse(KeycloakSession keycloakSession, List<String> globalSupportedSigningAlgorithms) setSupportedProofTypes(String name, SupportedProofTypeData value)
-
Field Details
-
supportedProofTypes
-
-
Constructor Details
-
ProofTypesSupported
public ProofTypesSupported()
-
-
Method Details
-
parse
public static ProofTypesSupported parse(KeycloakSession keycloakSession, List<String> globalSupportedSigningAlgorithms) -
fromJsonString
-
getSupportedProofTypes
-
setSupportedProofTypes
-
toJsonString
-
equals
-
hashCode
public int hashCode()
-