Uses of Enum Class
co.ankatech.ankasecure.sdk.model.AlgorithmInfo.Category
Packages that use AlgorithmInfo.Category
-
Uses of AlgorithmInfo.Category in co.ankatech.ankasecure.sdk.model
Methods in co.ankatech.ankasecure.sdk.model that return AlgorithmInfo.CategoryModifier and TypeMethodDescriptionAlgorithmFilter.getCategory()AlgorithmInfo.getCategory()Returns the algorithm category.static AlgorithmInfo.CategoryReturns the enum constant of this class with the specified name.static AlgorithmInfo.Category[]AlgorithmInfo.Category.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 AlgorithmInfo.CategoryModifier and TypeMethodDescriptionvoidAlgorithmInfo.setCategory(AlgorithmInfo.Category category) AlgorithmFilter.Builder.withCategory(AlgorithmInfo.Category category) Filter by algorithm category.