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