Uses of Enum Class
org.sqlite.mc.CipherAlgorithm
Packages that use CipherAlgorithm
-
Uses of CipherAlgorithm in org.sqlite.mc
Methods in org.sqlite.mc that return CipherAlgorithmModifier and TypeMethodDescriptionstatic CipherAlgorithm
Returns the enum constant of this class with the specified name.static CipherAlgorithm[]
CipherAlgorithm.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 CipherAlgorithmModifier and TypeMethodDescriptionSQLiteMCConfig.Builder.setCipher
(CipherAlgorithm cipherAlgorithm)