mirror of
https://code.briarproject.org/briar/briar.git
synced 2026-02-13 11:19:04 +01:00
UI for setting and entering the password that encrypts the database key.
This commit is contained in:
@@ -8,7 +8,9 @@ public interface DatabaseConfig {
|
||||
|
||||
File getDatabaseDirectory();
|
||||
|
||||
char[] getPassword();
|
||||
void setEncryptionKey(byte[] key);
|
||||
|
||||
byte[] getEncryptionKey();
|
||||
|
||||
long getMaxSize();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user