GpgFrontend Project
A Free, Powerful, Easy-to-Use, Compact, Cross-Platform, and Installation-Free OpenPGP(pgp) Crypto Tool.
|
29 #ifndef GPGFRONTEND_GPGDECRYPTRESULTANALYSE_H
30 #define GPGFRONTEND_GPGDECRYPTRESULTANALYSE_H
32 #include "GpgResultAnalyse.h"
33 #include "core/GpgConstants.h"
57 void do_analyse()
final;
66 void print_recipient(std::stringstream &stream, gpgme_recipient_t recipient);
69 GpgDecrResult result_;
74 #endif // GPGFRONTEND_GPGDECRYPTRESULTANALYSE_H
void print_recipient(std::stringstream &stream, gpgme_recipient_t recipient)
Definition: GpgDecryptResultAnalyse.cpp:75
Definition: CoreCommonUtil.cpp:29
static GpgKeyGetter & GetInstance(int channel=GpgFrontend::GPGFRONTEND_DEFAULT_CHANNEL)
Get the Instance object.
Definition: GpgFunctionObject.h:170
GpgDecryptResultAnalyse(GpgError m_error, GpgDecrResult m_result)
Construct a new Decrypt Result Analyse object.
Definition: GpgDecryptResultAnalyse.cpp:33
GpgKey GetKey(const std::string &id, bool use_cache=true)
Get the Key object.
Definition: GpgKeyGetter.cpp:47
Definition: GpgResultAnalyse.h:37
Definition: GpgDecryptResultAnalyse.h:41
std::string GetName() const
Definition: GpgKey.cpp:58