S Q L Cipher Support Helper
class SQLCipherSupportHelper(configuration: SupportSQLiteOpenHelper.Configuration, hook: SQLiteDatabaseHook?, databaseErrorStrategy: DatabaseErrorStrategy, passphraseFetcher: () -> ByteArray) : SupportSQLiteOpenHelper
Content copied to clipboard
A SupportSQLiteOpenHelper which initializes a SQLiteDatabase with a passphrase.
Constructors
SQLCipherSupportHelper
Link copied to clipboard
fun SQLCipherSupportHelper(configuration: SupportSQLiteOpenHelper.Configuration, hook: SQLiteDatabaseHook? = null, databaseErrorStrategy: DatabaseErrorStrategy, passphraseFetcher: () -> ByteArray)
Content copied to clipboard
Functions
getDatabaseName
Link copied to clipboard
getReadableDatabase
Link copied to clipboard
getWritableDatabase
Link copied to clipboard
setWriteAheadLoggingEnabled
Link copied to clipboard
Sources
androidJvm source
Link copied to clipboard