Uses of Enum Class
co.ankatech.ankasecure.sdk.model.NistSecurityLevel
Packages that use NistSecurityLevel
-
Uses of NistSecurityLevel in co.ankatech.ankasecure.sdk.model
Methods in co.ankatech.ankasecure.sdk.model that return NistSecurityLevelModifier and TypeMethodDescriptionstatic NistSecurityLevelNistSecurityLevel.fromLevel(int level) Parses a security level from its numeric value.static NistSecurityLevelReturns the enum constant of this class with the specified name.static NistSecurityLevel[]NistSecurityLevel.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in co.ankatech.ankasecure.sdk.model with parameters of type NistSecurityLevelModifier and TypeMethodDescriptionbooleanNistSecurityLevel.meetsMinimum(NistSecurityLevel minimumLevel) Checks if this security level meets or exceeds a minimum required level.