libkleo
#include <chiasmusbackend.h>

Public Member Functions | |
| ChiasmusBackend () | |
| ~ChiasmusBackend () | |
| bool | checkForChiasmus (QString *reason=0) const |
| bool | checkForOpenPGP (QString *reason=0) const |
| bool | checkForProtocol (const char *name, QString *reason=0) const |
| bool | checkForSMIME (QString *reason=0) const |
| Kleo::CryptoConfig * | config () const |
| QString | displayName () const |
| const char * | enumerateProtocols (int i) const |
| QString | name () const |
| Kleo::CryptoBackend::Protocol * | openpgp () const |
| Kleo::CryptoBackend::Protocol * | protocol (const char *name) const |
| Kleo::CryptoBackend::Protocol * | smime () const |
| bool | supportsOpenPGP () const |
| bool | supportsProtocol (const char *name) const |
| bool | supportsSMIME () const |
Public Member Functions inherited from Kleo::CryptoBackend | |
| virtual | ~CryptoBackend () |
Static Public Member Functions | |
| static const ChiasmusBackend * | instance () |
Additional Inherited Members | |
Static Public Attributes inherited from Kleo::CryptoBackend | |
| static const char | OpenPGP [] = "OpenPGP" |
| static const char | SMIME [] = "SMIME" |
Detailed Description
Definition at line 47 of file chiasmusbackend.h.
Constructor & Destructor Documentation
| Kleo::ChiasmusBackend::ChiasmusBackend | ( | ) |
Definition at line 421 of file chiasmusbackend.cpp.
| Kleo::ChiasmusBackend::~ChiasmusBackend | ( | ) |
Definition at line 429 of file chiasmusbackend.cpp.
Member Function Documentation
| bool Kleo::ChiasmusBackend::checkForChiasmus | ( | QString * | reason = 0 | ) | const |
Definition at line 470 of file chiasmusbackend.cpp.
|
virtual |
Implements Kleo::CryptoBackend.
Definition at line 458 of file chiasmusbackend.cpp.
|
virtual |
Implements Kleo::CryptoBackend.
Definition at line 491 of file chiasmusbackend.cpp.
|
virtual |
Implements Kleo::CryptoBackend.
Definition at line 464 of file chiasmusbackend.cpp.
|
virtual |
Implements Kleo::CryptoBackend.
Definition at line 443 of file chiasmusbackend.cpp.
|
virtual |
Implements Kleo::CryptoBackend.
Definition at line 439 of file chiasmusbackend.cpp.
|
virtual |
Implements Kleo::CryptoBackend.
Definition at line 503 of file chiasmusbackend.cpp.
|
inlinestatic |
Definition at line 52 of file chiasmusbackend.h.
|
virtual |
Implements Kleo::CryptoBackend.
Definition at line 435 of file chiasmusbackend.cpp.
|
inlinevirtual |
Implements Kleo::CryptoBackend.
Definition at line 59 of file chiasmusbackend.h.
|
virtual |
Implements Kleo::CryptoBackend.
Definition at line 449 of file chiasmusbackend.cpp.
|
inlinevirtual |
Implements Kleo::CryptoBackend.
Definition at line 60 of file chiasmusbackend.h.
|
inlinevirtual |
Implements Kleo::CryptoBackend.
Definition at line 68 of file chiasmusbackend.h.
|
virtual |
Implements Kleo::CryptoBackend.
Definition at line 499 of file chiasmusbackend.cpp.
|
inlinevirtual |
Implements Kleo::CryptoBackend.
Definition at line 69 of file chiasmusbackend.h.
The documentation for this class was generated from the following files:
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.
KDE API Reference
Public Member Functions inherited from