Implement support for key files.

Closes #5.
This commit is contained in:
Felix Geyer
2011-12-21 23:22:07 +01:00
parent cd919949fd
commit f215ffa3fa
13 changed files with 435 additions and 0 deletions

View File

@@ -27,6 +27,10 @@ class TestKeys : public QObject
private Q_SLOTS:
void initTestCase();
void testComposite();
void testFileKey();
void testFileKey_data();
void testCreateFileKey();
void testFileKeyError();
};
#endif // KEEPASSX_TESTKEYS_H