37 const QString & hash,
const QString & decryptedText,
38 const bool rememberForSession,
const QString & passphrase,
39 const QString & cipher,
const size_t keyLength);
41 void removeEntry(
const QString & hash);
43 void clearNonRememberedForSessionEntries();
45 bool findDecryptedTextByEncryptedText(
46 const QString & encryptedText, QString & decryptedText,
47 bool & rememberForSession)
const;
49 bool modifyDecryptedText(
50 const QString & originalEncryptedText,
const QString & newDecryptedText,
51 QString & newEncryptedText);
56 DecryptedTextManagerPrivate *
const d_ptr;
Definition DecryptedTextManager.h:31