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