changeKey

open fun changeKey(db: SQLiteDatabase, oldKey: String, newKey: String)

Changes the encryption key on the smartstore.

Parameters

db

Database object.

oldKey

Old encryption key.

newKey

New encryption key.