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
Subclasses with type arguments of type AlgorithmInfo.Category in co.ankatech.ankasecure.sdk.modelModifier and TypeClassDescriptionstatic enumCategory of the algorithm: classical vs. post-quantum.Methods in co.ankatech.ankasecure.sdk.model that return AlgorithmInfo.CategoryModifier and TypeMethodDescriptionAlgorithmInfo.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)