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