libkleo
#include <cryptobackend.h>
|
static const char | OpenPGP [] = "OpenPGP" |
|
static const char | SMIME [] = "SMIME" |
|
Definition at line 70 of file cryptobackend.h.
virtual Kleo::CryptoBackend::~CryptoBackend |
( |
| ) |
|
|
inlinevirtual |
virtual bool Kleo::CryptoBackend::checkForOpenPGP |
( |
QString * |
reason = 0 | ) |
const |
|
pure virtual |
virtual bool Kleo::CryptoBackend::checkForProtocol |
( |
const char * |
name, |
|
|
QString * |
reason = 0 |
|
) |
| const |
|
pure virtual |
virtual bool Kleo::CryptoBackend::checkForSMIME |
( |
QString * |
reason = 0 | ) |
const |
|
pure virtual |
virtual CryptoConfig* Kleo::CryptoBackend::config |
( |
| ) |
const |
|
pure virtual |
virtual QString Kleo::CryptoBackend::displayName |
( |
| ) |
const |
|
pure virtual |
virtual const char* Kleo::CryptoBackend::enumerateProtocols |
( |
int |
i | ) |
const |
|
pure virtual |
virtual QString Kleo::CryptoBackend::name |
( |
| ) |
const |
|
pure virtual |
virtual Protocol* Kleo::CryptoBackend::openpgp |
( |
| ) |
const |
|
pure virtual |
virtual Protocol* Kleo::CryptoBackend::protocol |
( |
const char * |
name | ) |
const |
|
pure virtual |
virtual Protocol* Kleo::CryptoBackend::smime |
( |
| ) |
const |
|
pure virtual |
virtual bool Kleo::CryptoBackend::supportsOpenPGP |
( |
| ) |
const |
|
pure virtual |
virtual bool Kleo::CryptoBackend::supportsProtocol |
( |
const char * |
name | ) |
const |
|
pure virtual |
virtual bool Kleo::CryptoBackend::supportsSMIME |
( |
| ) |
const |
|
pure virtual |
const char Kleo::CryptoBackend::OpenPGP = "OpenPGP" |
|
static |
const char Kleo::CryptoBackend::SMIME = "SMIME" |
|
static |
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.