|
Classes |
class | ChiasmusBackend |
class | ChiasmusJob |
class | ChiasmusLibrary |
class | ObtainKeysJob |
class | SymCryptRunProcessBase |
class | GPG1Backend |
class | KpgpBackendBase |
class | KpgpKeyListJob |
class | PGP2Backend |
class | PGP5Backend |
class | PGP6Backend |
class | GnuPGProcessBase |
class | QGpgMEBackend |
class | QGpgMEDecryptJob |
class | QGpgMEDecryptVerifyJob |
class | QGpgMEDeleteJob |
class | QGpgMEDownloadJob |
class | QGpgMEEncryptJob |
class | QGpgMEExportJob |
class | QGpgMEImportJob |
class | QGpgMEJob |
| This is a hackish helper class to avoid code duplication in this backend's Kleo::Job subclasses. More...
|
class | QGpgMEKeyGenerationJob |
class | QGpgMEKeyListJob |
class | QGpgMEProgressTokenMapper |
class | QGpgMERefreshKeysJob |
class | QGpgMESecretKeyExportJob |
class | QGpgMESignEncryptJob |
class | QGpgMESignJob |
class | QGpgMEVerifyDetachedJob |
class | QGpgMEVerifyOpaqueJob |
class | CryptoBackend |
struct | lt_i_str |
class | CryptoBackendFactory |
class | CryptoConfigEntry |
| Description of a single option. More...
|
class | CryptoConfigGroup |
| Group containing a set of config options. More...
|
class | CryptoConfigComponent |
| Crypto config for one component (e.g. More...
|
class | CryptoConfig |
| Main interface to crypto configuration. More...
|
class | DecryptJob |
class | DecryptVerifyJob |
class | DeleteJob |
class | DNAttributeMapper |
class | DN |
class | DownloadJob |
class | EncryptJob |
class | ExportJob |
class | HierarchicalKeyListJob |
class | ImportJob |
class | Job |
class | KConfigBasedKeyFilter |
class | KeyFilter |
class | KeyFilterManager |
class | KeyGenerationJob |
class | KeyListJob |
class | MultiDeleteJob |
class | RefreshKeysJob |
class | SignEncryptJob |
class | SignJob |
class | SpecialJob |
class | VerifyDetachedJob |
class | VerifyOpaqueJob |
class | BackendConfigWidget |
class | CryptoConfigDialog |
| Simple KDialogBase wrapper around CryptoConfigModule. More...
|
class | CryptoConfigModule |
| Crypto Config Module widget, dynamically generated from CryptoConfig It's a simple QWidget so that it can be embedded into a dialog or into a KCModule. More...
|
class | DirectoryServicesWidget |
class | DNAttributeOrderConfigWidget |
class | KeyApprovalDialog |
class | KeyListViewItem |
class | SubkeyKeyListViewItem |
class | UserIDKeyListViewItem |
class | SignatureKeyListViewItem |
class | KeyListView |
class | KeyRequester |
| Base class for SigningKeyRequester and EncryptionKeyRequester. More...
|
class | EncryptionKeyRequester |
class | SigningKeyRequester |
class | KeySelectionDialog |
class | PassphraseDialog |
class | ProgressBar |
class | ProgressDialog |
Enumerations |
enum | CryptoMessageFormat {
InlineOpenPGPFormat = 1,
OpenPGPMIMEFormat = 2,
SMIMEFormat = 4,
SMIMEOpaqueFormat = 8,
AnyOpenPGP = InlineOpenPGPFormat|OpenPGPMIMEFormat,
AnySMIME = SMIMEOpaqueFormat|SMIMEFormat,
AutoFormat = AnyOpenPGP|AnySMIME
} |
enum | Action {
Conflict,
DoIt,
DontDoIt,
Ask,
AskOpportunistic,
Impossible
} |
enum | EncryptionPreference {
UnknownPreference = 0,
NeverEncrypt = 1,
AlwaysEncrypt = 2,
AlwaysEncryptIfPossible = 3,
AlwaysAskForEncryption = 4,
AskWheneverPossible = 5,
MaxEncryptionPreference = AskWheneverPossible
} |
enum | SigningPreference {
UnknownSigningPreference = 0,
NeverSign = 1,
AlwaysSign = 2,
AlwaysSignIfPossible = 3,
AlwaysAskForSigning = 4,
AskSigningWheneverPossible = 5,
MaxSigningPreference = AskSigningWheneverPossible
} |
Functions |
const char * | cryptoMessageFormatToString (Kleo::CryptoMessageFormat f) |
QStringList | cryptoMessageFormatsToStringList (unsigned int f) |
QString | cryptoMessageFormatToLabel (Kleo::CryptoMessageFormat f) |
Kleo::CryptoMessageFormat | stringToCryptoMessageFormat (const QString &s) |
unsigned int | stringListToCryptoMessageFormats (const QStringList &sl) |
const char * | encryptionPreferenceToString (EncryptionPreference pref) |
Kleo::EncryptionPreference | stringToEncryptionPreference (const QString &str) |
QString | encryptionPreferenceToLabel (EncryptionPreference pref) |
const char * | signingPreferenceToString (SigningPreference pref) |
Kleo::SigningPreference | stringToSigningPreference (const QString &str) |
QString | signingPreferenceToLabel (SigningPreference pref) |
T * | lvi_cast (QListViewItem *item) |
const T * | lvi_cast (const QListViewItem *item) |