|
|
virtual void | addDecryptexTextInfo (const QString &encryptedText, const QString &decryptedText, const QString &passphrase, utility::IEncryptor::Cipher cipher, RememberForSession rememberForSession)=0 |
| |
|
virtual std::optional< std::pair< QString, RememberForSession > > | findDecryptedTextInfo (const QString &encryptedText) const =0 |
| |
|
virtual std::optional< QString > | updateDecryptedTextInfo (const QString &originalEncryptedText, const QString &newDecryptedText)=0 |
| |
|
virtual bool | containsRememberedForSessionEntries () const =0 |
| |
|
virtual void | removeDecryptedTextInfo (const QString &encryptedText)=0 |
| |
|
virtual void | clearNonRememberedForSessionEntries ()=0 |
| |