QGpgME 21.6.2.0000005
Qt API for GpgME
|
This is the complete list of members for QGpgME::EncryptJob, including all inherited members.
auditLogAsHtml() const (defined in QGpgME::Job) | QGpgME::Job | virtual |
auditLogError() const (defined in QGpgME::Job) | QGpgME::Job | virtual |
context(Job *job) | QGpgME::Job | static |
done() (defined in QGpgME::Job) | QGpgME::Job | signal |
encryptionFlags() const (defined in QGpgME::EncryptJob) | QGpgME::EncryptJob | |
EncryptJob(QObject *parent) (defined in QGpgME::EncryptJob) | QGpgME::EncryptJob | explicitprotected |
exec(const std::vector< GpgME::Key > &recipients, const QByteArray &plainText, bool alwaysTrust, QByteArray &cipherText)=0 (defined in QGpgME::EncryptJob) | QGpgME::EncryptJob | pure virtual |
exec(const std::vector< GpgME::Key > &recipients, const QByteArray &plainText, const GpgME::Context::EncryptionFlags flags, QByteArray &cipherText)=0 | QGpgME::EncryptJob | pure virtual |
fileName() const (defined in QGpgME::EncryptJob) | QGpgME::EncryptJob | |
inputEncoding() const (defined in QGpgME::EncryptJob) | QGpgME::EncryptJob | |
inputFile() const (defined in QGpgME::EncryptJob) | QGpgME::EncryptJob | |
isAuditLogSupported() const (defined in QGpgME::Job) | QGpgME::Job | |
Job(QObject *parent) (defined in QGpgME::Job) | QGpgME::Job | explicitprotected |
jobProgress(int current, int total) | QGpgME::Job | signal |
outputFile() const (defined in QGpgME::EncryptJob) | QGpgME::EncryptJob | |
progress(const QString &what, int current, int total) (defined in QGpgME::Job) | QGpgME::Job | signal |
rawProgress(const QString &what, int type, int current, int total) | QGpgME::Job | signal |
recipients() const (defined in QGpgME::EncryptJob) | QGpgME::EncryptJob | |
result(const GpgME::EncryptionResult &result, const QByteArray &cipherText, const QString &auditLogAsHtml=QString(), const GpgME::Error &auditLogError=GpgME::Error()) (defined in QGpgME::EncryptJob) | QGpgME::EncryptJob | signal |
setEncryptionFlags(GpgME::Context::EncryptionFlags flags) | QGpgME::EncryptJob | |
setFileName(const QString &fileName) | QGpgME::EncryptJob | |
setInputEncoding(GpgME::Data::Encoding) | QGpgME::EncryptJob | |
setInputFile(const QString &path) | QGpgME::EncryptJob | |
setOutputFile(const QString &path) | QGpgME::EncryptJob | |
setOutputIsBase64Encoded(bool)=0 | QGpgME::EncryptJob | pure virtual |
setRecipients(const std::vector< GpgME::Key > &recipients) | QGpgME::EncryptJob | |
slotCancel()=0 (defined in QGpgME::Job) | QGpgME::Job | pure virtualslot |
start(const std::vector< GpgME::Key > &recipients, const QByteArray &plainText, bool alwaysTrust=false)=0 | QGpgME::EncryptJob | pure virtual |
start(const std::vector< GpgME::Key > &recipients, const std::shared_ptr< QIODevice > &plainText, const std::shared_ptr< QIODevice > &cipherText=std::shared_ptr< QIODevice >(), bool alwaysTrust=false)=0 | QGpgME::EncryptJob | pure virtual |
start(const std::vector< GpgME::Key > &recipients, const std::shared_ptr< QIODevice > &plainText, const std::shared_ptr< QIODevice > &cipherText=std::shared_ptr< QIODevice >(), const GpgME::Context::EncryptionFlags flags=GpgME::Context::None)=0 | QGpgME::EncryptJob | pure virtual |
startIt() | QGpgME::Job | |
startNow() | QGpgME::Job | |
~EncryptJob() override (defined in QGpgME::EncryptJob) | QGpgME::EncryptJob | |
~Job() (defined in QGpgME::Job) | QGpgME::Job |