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