SQLCipher Support Helper
class SQLCipherSupportHelper(configuration: <ERROR CLASS>, hook: <ERROR CLASS>?, databaseErrorStrategy: DatabaseErrorStrategy, passphraseFetcher: () -> ByteArray)
Content copied to clipboard
A SupportSQLiteOpenHelper which initializes a SQLiteDatabase with a passphrase.
Constructors
Link copied to clipboard
fun SQLCipherSupportHelper(configuration: <ERROR CLASS>, hook: <ERROR CLASS>? = null, databaseErrorStrategy: DatabaseErrorStrategy, passphraseFetcher: () -> ByteArray)
Content copied to clipboard