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 TypeMethodDescriptionstatic ProofTypesSupported
ProofTypesSupported.fromJsonString
(String jsonString) SupportedCredentialConfiguration.getProofTypesSupported()
ProofTypesSupported.setCwt
(ProofTypeCWT cwt) ProofTypesSupported.setJwt
(ProofTypeJWT jwt) ProofTypesSupported.setLdpVp
(ProofTypeLdpVp ldpVp) Methods in org.keycloak.protocol.oid4vc.model with parameters of type ProofTypesSupportedModifier and TypeMethodDescriptionSupportedCredentialConfiguration.setProofTypesSupported
(ProofTypesSupported proofTypesSupported)