Uses of Class
org.keycloak.protocol.oid4vc.model.KeyAttestationsRequired
Packages that use KeyAttestationsRequired
-
Uses of KeyAttestationsRequired in org.keycloak.protocol.oid4vc.model
Methods in org.keycloak.protocol.oid4vc.model that return KeyAttestationsRequiredModifier and TypeMethodDescriptionProofTypeMetadata.getKeyAttestationsRequired()SupportedProofTypeData.getKeyAttestationsRequired()Returns the key attestations required.static KeyAttestationsRequiredKeyAttestationsRequired.parse(CredentialScopeModel credentialScope) KeyAttestationsRequired.setKeyStorage(List<String> keyStorage) KeyAttestationsRequired.setUserAuthentication(List<String> userAuthentication) Methods in org.keycloak.protocol.oid4vc.model with parameters of type KeyAttestationsRequiredModifier and TypeMethodDescriptionstatic ProofTypesSupportedProofTypesSupported.parse(KeycloakSession keycloakSession, KeyAttestationsRequired keyAttestationsRequired, List<String> globalSupportedSigningAlgorithms) ProofTypeMetadata.setKeyAttestationsRequired(KeyAttestationsRequired keyAttestationsRequired) SupportedProofTypeData.setKeyAttestationsRequired(KeyAttestationsRequired keyAttestationsRequired) Constructors in org.keycloak.protocol.oid4vc.model with parameters of type KeyAttestationsRequiredModifierConstructorDescriptionSupportedProofTypeData(List<String> signingAlgorithmsSupported, KeyAttestationsRequired keyAttestationsRequired)