libkleo
Kleo Namespace Reference
Namespaces | |
_detail | |
Private | |
QGpgMEProgressTokenMapper | |
Enumerations | |
enum | Action { Conflict, DoIt, DontDoIt, Ask, AskOpportunistic, Impossible } |
enum | CryptoMessageFormat { InlineOpenPGPFormat = 1, OpenPGPMIMEFormat = 2, SMIMEFormat = 4, SMIMEOpaqueFormat = 8, AnyOpenPGP = InlineOpenPGPFormat|OpenPGPMIMEFormat, AnySMIME = SMIMEOpaqueFormat|SMIMEFormat, AutoFormat = AnyOpenPGP|AnySMIME } |
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 } |
Enumeration Type Documentation
enum Kleo::Action |
Function Documentation
QString Kleo::assembleKeyserver | ( | const ParsedKeyserver & | keyserver | ) |
Definition at line 968 of file cryptoconfigmodule.cpp.
QStringList Kleo::cryptoMessageFormatsToStringList | ( | unsigned int | f | ) |
QString Kleo::cryptoMessageFormatToLabel | ( | Kleo::CryptoMessageFormat | f | ) |
const char * Kleo::cryptoMessageFormatToString | ( | Kleo::CryptoMessageFormat | f | ) |
QString Kleo::encryptionPreferenceToLabel | ( | EncryptionPreference | pref | ) |
const char * Kleo::encryptionPreferenceToString | ( | EncryptionPreference | pref | ) |
|
inline |
Definition at line 55 of file keylistview.h.
|
inline |
Definition at line 61 of file keylistview.h.
Kleo::ParsedKeyserver Kleo::parseKeyserver | ( | const QString & | str | ) |
Definition at line 946 of file cryptoconfigmodule.cpp.
QString Kleo::signingPreferenceToLabel | ( | SigningPreference | pref | ) |
const char * Kleo::signingPreferenceToString | ( | SigningPreference | pref | ) |
unsigned int Kleo::stringListToCryptoMessageFormats | ( | const QStringList & | sl | ) |
Kleo::CryptoMessageFormat Kleo::stringToCryptoMessageFormat | ( | const QString & | s | ) |
Kleo::EncryptionPreference Kleo::stringToEncryptionPreference | ( | const QString & | str | ) |
Kleo::SigningPreference Kleo::stringToSigningPreference | ( | const QString & | str | ) |
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:33:38 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.