Package org.sqlite.mc
Class SQLiteMCWxAES128Config
- java.lang.Object
-
- org.sqlite.mc.SQLiteMCConfig.Builder
-
- org.sqlite.mc.SQLiteMCWxAES128Config
-
public class SQLiteMCWxAES128Config extends SQLiteMCConfig.Builder
-
-
Constructor Summary
Constructors Constructor Description SQLiteMCWxAES128Config()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description static SQLiteMCWxAES128Config
getDefault()
SQLiteMCWxAES128Config
setLegacy(int value)
SQLiteMCWxAES128Config
setLegacyPageSize(int value)
-
Methods inherited from class org.sqlite.mc.SQLiteMCConfig.Builder
build, fromExistingProperties, isValid, setCipher, setFastKdfIter, setHmacAlgorithm, setHmacPgno, setHmacSaltMask, setHmacUse, setKdfAlgorithm, setKdfIter, setPlaintextHeaderSize, toHexString, toSQLiteMCConfig, useSQLInterface, useSQLInterface, withHexKey, withHexKey, withKey
-
-
-
-
Method Detail
-
setLegacy
public SQLiteMCWxAES128Config setLegacy(int value)
- Overrides:
setLegacy
in classSQLiteMCConfig.Builder
-
setLegacyPageSize
public SQLiteMCWxAES128Config setLegacyPageSize(int value)
- Overrides:
setLegacyPageSize
in classSQLiteMCConfig.Builder
-
getDefault
public static SQLiteMCWxAES128Config getDefault()
-
-