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