21#include <quentier/types/ErrorString.h>
22#include <quentier/utility/Linkage.h>
30class EncryptionManagerPrivate;
64 void onDecryptTextRequest(
68 void onEncryptTextRequest(
The EncryptionManager class provides both synchronous methods to encrypt or decrypt given text with p...
Definition EncryptionManager.h:38
The ErrorString class encapsulates two (or more) strings which are meant to contain translatable (bas...
Definition ErrorString.h:43
The Result template class represents the bare bones result monad implementation which either contains...
Definition Result.h:38