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