Uses of Class
org.keycloak.protocol.oid4vc.model.SupportedProofTypeData
Packages that use SupportedProofTypeData
-
Uses of SupportedProofTypeData in org.keycloak.protocol.oid4vc.model
Fields in org.keycloak.protocol.oid4vc.model with type parameters of type SupportedProofTypeDataModifier and TypeFieldDescriptionprotected Map<String,SupportedProofTypeData> ProofTypesSupported.supportedProofTypesMethods in org.keycloak.protocol.oid4vc.model that return SupportedProofTypeDataModifier and TypeMethodDescriptionSupportedProofTypeData.setKeyAttestationsRequired(KeyAttestationsRequired keyAttestationsRequired) SupportedProofTypeData.setSigningAlgorithmsSupported(List<String> signingAlgorithmsSupported) Methods in org.keycloak.protocol.oid4vc.model that return types with arguments of type SupportedProofTypeDataMethods in org.keycloak.protocol.oid4vc.model with parameters of type SupportedProofTypeDataModifier and TypeMethodDescriptionProofTypesSupported.setSupportedProofTypes(String name, SupportedProofTypeData value)