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()
KeyAttestationsRequired.setKeyStorage
(List<ISO18045ResistanceLevel> keyStorage) KeyAttestationsRequired.setUserAuthentication
(List<ISO18045ResistanceLevel> userAuthentication) Methods in org.keycloak.protocol.oid4vc.model with parameters of type KeyAttestationsRequiredModifier and TypeMethodDescriptionProofTypeMetadata.setKeyAttestationsRequired
(KeyAttestationsRequired keyAttestationsRequired) SupportedProofTypeData.setKeyAttestationsRequired
(KeyAttestationsRequired keyAttestationsRequired) Constructors in org.keycloak.protocol.oid4vc.model with parameters of type KeyAttestationsRequiredModifierConstructorDescriptionSupportedProofTypeData
(List<String> signingAlgorithmsSupported, KeyAttestationsRequired keyAttestationsRequired)