#include <cryptobackend.h>
Inherited by Kleo::ChiasmusBackend::Protocol.
Definition at line 99 of file cryptobackend.h.
| virtual Kleo::CryptoBackend::Protocol::~Protocol |
( |
| ) |
|
|
inlinevirtual |
| virtual DecryptJob* Kleo::CryptoBackend::Protocol::decryptJob |
( |
| ) |
const |
|
pure virtual |
| virtual DecryptVerifyJob* Kleo::CryptoBackend::Protocol::decryptVerifyJob |
( |
bool |
textmode = false | ) |
const |
|
pure virtual |
| virtual DeleteJob* Kleo::CryptoBackend::Protocol::deleteJob |
( |
| ) |
const |
|
pure virtual |
| virtual QString Kleo::CryptoBackend::Protocol::displayName |
( |
| ) |
const |
|
pure virtual |
| virtual DownloadJob* Kleo::CryptoBackend::Protocol::downloadJob |
( |
bool |
armor = false | ) |
const |
|
pure virtual |
| virtual EncryptJob* Kleo::CryptoBackend::Protocol::encryptJob |
( |
bool |
armor = false, |
|
|
bool |
textmode = false |
|
) |
| const |
|
pure virtual |
| virtual ImportJob* Kleo::CryptoBackend::Protocol::importJob |
( |
| ) |
const |
|
pure virtual |
| virtual KeyGenerationJob* Kleo::CryptoBackend::Protocol::keyGenerationJob |
( |
| ) |
const |
|
pure virtual |
| virtual KeyListJob* Kleo::CryptoBackend::Protocol::keyListJob |
( |
bool |
remote = false, |
|
|
bool |
includeSigs = false, |
|
|
bool |
validate = false |
|
) |
| const |
|
pure virtual |
| virtual ListAllKeysJob* Kleo::CryptoBackend::Protocol::listAllKeysJob |
( |
bool |
includeSigs = false, |
|
|
bool |
validate = false |
|
) |
| const |
|
pure virtual |
| virtual QString Kleo::CryptoBackend::Protocol::name |
( |
| ) |
const |
|
pure virtual |
| virtual ExportJob* Kleo::CryptoBackend::Protocol::publicKeyExportJob |
( |
bool |
armor = false | ) |
const |
|
pure virtual |
| virtual RefreshKeysJob* Kleo::CryptoBackend::Protocol::refreshKeysJob |
( |
| ) |
const |
|
pure virtual |
| virtual ExportJob* Kleo::CryptoBackend::Protocol::secretKeyExportJob |
( |
bool |
armor = false, |
|
|
const QString & |
charset = QString() |
|
) |
| const |
|
pure virtual |
| virtual SignEncryptJob* Kleo::CryptoBackend::Protocol::signEncryptJob |
( |
bool |
armor = false, |
|
|
bool |
textMode = false |
|
) |
| const |
|
pure virtual |
| virtual SignJob* Kleo::CryptoBackend::Protocol::signJob |
( |
bool |
armor = false, |
|
|
bool |
textMode = false |
|
) |
| const |
|
pure virtual |
| virtual SpecialJob* Kleo::CryptoBackend::Protocol::specialJob |
( |
const char * |
type, |
|
|
const QMap< QString, QVariant > & |
args |
|
) |
| const |
|
pure virtual |
| virtual VerifyDetachedJob* Kleo::CryptoBackend::Protocol::verifyDetachedJob |
( |
bool |
textmode = false | ) |
const |
|
pure virtual |
| virtual VerifyOpaqueJob* Kleo::CryptoBackend::Protocol::verifyOpaqueJob |
( |
bool |
textmode = false | ) |
const |
|
pure virtual |
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:57:49 by
doxygen 1.8.7 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.