Package org.sqlite.mc
Class SQLiteMCChacha20Config
java.lang.Object
org.sqlite.mc.SQLiteMCConfig.Builder
org.sqlite.mc.SQLiteMCChacha20Config
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionstatic SQLiteMCChacha20Config
static SQLiteMCChacha20Config
setKdfIter
(int value) setLegacy
(int value) setLegacyPageSize
(int value) withRawSaltedKey
(byte[] key) withRawUnsaltedKey
(byte[] key) Methods inherited from class org.sqlite.mc.SQLiteMCConfig.Builder
build, isValid, setAegisAlgorithm, setCipher, setFastKdfIter, setHmacAlgorithm, setHmacPgno, setHmacSaltMask, setHmacUse, setKdfAlgorithm, setMCost, setPCost, setPlaintextHeaderSize, setTCost, toHexString, withHexKey, withHexKey, withKey
-
Constructor Details
-
SQLiteMCChacha20Config
public SQLiteMCChacha20Config()
-
-
Method Details
-
setLegacy
- Overrides:
setLegacy
in classSQLiteMCConfig.Builder
-
setLegacyPageSize
- Overrides:
setLegacyPageSize
in classSQLiteMCConfig.Builder
-
setKdfIter
- Overrides:
setKdfIter
in classSQLiteMCConfig.Builder
-
withRawUnsaltedKey
-
withRawSaltedKey
-
getDefault
-
getSqlleetDefaults
-