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