Uses of Class
org.keycloak.protocol.oid4vc.model.ProofTypesSupported
Packages that use ProofTypesSupported
-
Uses of ProofTypesSupported in org.keycloak.protocol.oid4vc.model
Methods in org.keycloak.protocol.oid4vc.model that return ProofTypesSupportedModifier and TypeMethodDescriptionProofTypesSupported.filterByTypes(List<String> types) Returns a newProofTypesSupportedinstance that only contains the given proof types.static ProofTypesSupportedProofTypesSupported.fromJsonString(String jsonString) SupportedCredentialConfiguration.getProofTypesSupported()static ProofTypesSupportedProofTypesSupported.parse(org.keycloak.models.KeycloakSession keycloakSession, KeyAttestationsRequired keyAttestationsRequired, List<String> globalSupportedSigningAlgorithms) ProofTypesSupported.setSupportedProofTypes(String name, SupportedProofTypeData value) Methods in org.keycloak.protocol.oid4vc.model with parameters of type ProofTypesSupportedModifier and TypeMethodDescriptionSupportedCredentialConfiguration.setProofTypesSupported(ProofTypesSupported proofTypesSupported)