|
void | addEntry (const QString &hash, const QString &decryptedText, const bool rememberForSession, const QString &passphrase, const QString &cipher, const size_t keyLength) |
|
void | removeEntry (const QString &hash) |
|
void | clearNonRememberedForSessionEntries () |
|
bool | findDecryptedTextByEncryptedText (const QString &encryptedText, QString &decryptedText, bool &rememberForSession) const |
|
bool | modifyDecryptedText (const QString &originalEncryptedText, const QString &newDecryptedText, QString &newEncryptedText) |
|