Uses of Enum Class
org.sqlite.mc.HmacAlgorithm
Packages that use HmacAlgorithm
-
Uses of HmacAlgorithm in org.sqlite.mc
Methods in org.sqlite.mc that return HmacAlgorithmModifier and TypeMethodDescriptionstatic HmacAlgorithm
Returns the enum constant of this class with the specified name.static HmacAlgorithm[]
HmacAlgorithm.values()
Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.sqlite.mc with parameters of type HmacAlgorithmModifier and TypeMethodDescriptionSQLiteMCConfig.Builder.setHmacAlgorithm
(HmacAlgorithm value) SQLiteMCSqlCipherConfig.setHmacAlgorithm
(HmacAlgorithm value)