Uses of Class
org.sqlite.mc.HmacAlgorithm
-
Packages that use HmacAlgorithm Package Description org.sqlite.mc -
-
Uses of HmacAlgorithm in org.sqlite.mc
Methods in org.sqlite.mc that return HmacAlgorithm Modifier and Type Method Description static HmacAlgorithm
HmacAlgorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static HmacAlgorithm[]
HmacAlgorithm. values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.sqlite.mc with parameters of type HmacAlgorithm Modifier and Type Method Description SQLiteMCConfig.Builder
SQLiteMCConfig.Builder. setHmacAlgorithm(HmacAlgorithm value)
SQLiteMCSqlCipherConfig
SQLiteMCSqlCipherConfig. setHmacAlgorithm(HmacAlgorithm value)
-