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 SQLiteMCChacha20Configstatic SQLiteMCChacha20ConfigsetKdfIter(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:
setLegacyin classSQLiteMCConfig.Builder
-
setLegacyPageSize
- Overrides:
setLegacyPageSizein classSQLiteMCConfig.Builder
-
setKdfIter
- Overrides:
setKdfIterin classSQLiteMCConfig.Builder
-
withRawUnsaltedKey
-
withRawSaltedKey
-
getDefault
-
getSqlleetDefaults
-