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