Uses of Enum Class
org.keycloak.protocol.oid4vc.model.ISO18045ResistanceLevel
Packages that use ISO18045ResistanceLevel
-
Uses of ISO18045ResistanceLevel in org.keycloak.protocol.oid4vc.model
Methods in org.keycloak.protocol.oid4vc.model that return ISO18045ResistanceLevelModifier and TypeMethodDescriptionstatic ISO18045ResistanceLevel
static ISO18045ResistanceLevel
Returns the enum constant of this class with the specified name.static ISO18045ResistanceLevel[]
ISO18045ResistanceLevel.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.keycloak.protocol.oid4vc.model that return types with arguments of type ISO18045ResistanceLevelModifier and TypeMethodDescriptionKeyAttestationsRequired.getKeyStorage()
KeyAttestationsRequired.getUserAuthentication()
Method parameters in org.keycloak.protocol.oid4vc.model with type arguments of type ISO18045ResistanceLevelModifier and TypeMethodDescriptionKeyAttestationsRequired.setKeyStorage
(List<ISO18045ResistanceLevel> keyStorage) KeyAttestationsRequired.setUserAuthentication
(List<ISO18045ResistanceLevel> userAuthentication)