Class | Description |
---|---|
DatabaseHelper |
A simple database implementation of
AppDatabase the has no encryption and only has tables
for saving TaskResults and StepResults. |
SqlCipherDatabaseHelper |
A simple database implementation of
AppDatabase that uses SqlCipher for encryption and
only has tables for saving TaskResults and StepResults. |
UpdatablePassphraseProvider |