Uses of Class
org.sqlite.mc.SQLiteMCConfig.HmacAlgorithm
-
Packages that use SQLiteMCConfig.HmacAlgorithm Package Description org.sqlite.mc -
-
Uses of SQLiteMCConfig.HmacAlgorithm in org.sqlite.mc
Methods in org.sqlite.mc that return SQLiteMCConfig.HmacAlgorithm Modifier and Type Method Description static SQLiteMCConfig.HmacAlgorithm
SQLiteMCConfig.HmacAlgorithm. valueOf(String name)
Returns the enum constant of this type with the specified name.static SQLiteMCConfig.HmacAlgorithm[]
SQLiteMCConfig.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 SQLiteMCConfig.HmacAlgorithm Modifier and Type Method Description SQLiteMCConfig.Builder
SQLiteMCConfig.Builder. setHmacAlgorithm(SQLiteMCConfig.HmacAlgorithm value)
protected SQLiteMCConfig
SQLiteMCConfig. setHmacAlgorithm(SQLiteMCConfig.HmacAlgorithm value)
SQLiteMCSqlCipherConfig
SQLiteMCSqlCipherConfig. setHmacAlgorithm(SQLiteMCConfig.HmacAlgorithm value)
-