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 AegisAlgorithm
AegisAlgorithm. 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 SQLiteMCAegisConfig
SQLiteMCAegisConfig. setAegisAlgorithm(AegisAlgorithm algorithm)
SQLiteMCConfig.Builder
SQLiteMCConfig.Builder. setAegisAlgorithm(AegisAlgorithm algorithm)
-