UI for setting and entering the password that encrypts the database key.

This commit is contained in:
akwizgran
2013-04-16 14:49:14 +01:00
parent e343c9f4bb
commit 374bff2fb6
16 changed files with 328 additions and 87 deletions

View File

@@ -8,7 +8,9 @@ public interface DatabaseConfig {
File getDatabaseDirectory();
char[] getPassword();
void setEncryptionKey(byte[] key);
byte[] getEncryptionKey();
long getMaxSize();
}