KIO
KSSLSettings Class Reference
KDE SSL Settings. More...
#include <ksslsettings.h>
Public Member Functions | |
bool | autoSendX509 () const |
void | defaults () |
QString | getCipherList () |
QString & | getEGDPath () |
KSSLSettings (bool readConfig=true) | |
void | load () |
bool | promptSendX509 () const |
void | save () |
void | setWarnOnEnter (bool x) |
void | setWarnOnLeave (bool x) |
void | setWarnOnUnencrypted (bool x) |
bool | useEFile () const |
bool | useEGD () const |
bool | warnOnEnter () const |
bool | warnOnLeave () const |
bool | warnOnMixed () const |
bool | warnOnUnencrypted () const |
~KSSLSettings () |
Detailed Description
KDE SSL Settings.This class contains some of the SSL settings for easy use.
- See also:
- KSSL KDE SSL Settings
Definition at line 41 of file ksslsettings.h.
Constructor & Destructor Documentation
KSSLSettings::KSSLSettings | ( | bool | readConfig = true |
) |
Construct a KSSL Settings object.
- Parameters:
-
readConfig read in the configuration immediately if true
Definition at line 98 of file ksslsettings.cpp.
KSSLSettings::~KSSLSettings | ( | ) |
Member Function Documentation
bool KSSLSettings::autoSendX509 | ( | ) | const |
Does the user want X.509 client certificates to always be sent when possible?
- Returns:
- true if the user always wants a certificate sent
Definition at line 278 of file ksslsettings.cpp.
void KSSLSettings::defaults | ( | ) |
QString KSSLSettings::getCipherList | ( | ) |
Get the OpenSSL cipher list for selecting the list of ciphers to use in a connection.
- Returns:
- the cipher list
Definition at line 121 of file ksslsettings.cpp.
QString & KSSLSettings::getEGDPath | ( | ) |
Get the configured path to the entropy gathering daemon or entropy file.
- Returns:
- the path
Definition at line 280 of file ksslsettings.cpp.
void KSSLSettings::load | ( | ) |
bool KSSLSettings::promptSendX509 | ( | ) | const |
Does the user want to be prompted to send X.509 client certificates when possible?
- Returns:
- true if the user wants to be prompted
Definition at line 279 of file ksslsettings.cpp.
void KSSLSettings::save | ( | ) |
void KSSLSettings::setWarnOnEnter | ( | bool | x | ) |
Change the user's warnOnEnter() setting.
- Parameters:
-
x true if the user is to be warned
- See also:
- warnOnEnter
Definition at line 270 of file ksslsettings.cpp.
void KSSLSettings::setWarnOnLeave | ( | bool | x | ) |
Change the user's warnOnLeave() setting.
- Parameters:
-
x true if the user is to be warned
- See also:
- warnOnLeave
Definition at line 274 of file ksslsettings.cpp.
void KSSLSettings::setWarnOnUnencrypted | ( | bool | x | ) |
Change the user's warnOnUnencrypted() setting.
- Parameters:
-
x true if the user is to be warned
- See also:
- warnOnUnencrypted
Definition at line 272 of file ksslsettings.cpp.
bool KSSLSettings::useEFile | ( | ) | const |
Does the user want to use an entropy file?
- Returns:
- true if the user wants to use an entropy file
Definition at line 277 of file ksslsettings.cpp.
bool KSSLSettings::useEGD | ( | ) | const |
Does the user want to use the Entropy Gathering Daemon?
- Returns:
- true if the user wants to use EGD
Definition at line 276 of file ksslsettings.cpp.
bool KSSLSettings::warnOnEnter | ( | ) | const |
Does the user want to be warned on entering SSL mode.
- Returns:
- true if the user wants to be warned
Definition at line 269 of file ksslsettings.cpp.
bool KSSLSettings::warnOnLeave | ( | ) | const |
Does the user want to be warned on leaving SSL mode.
- Returns:
- true if the user wants to be warned
Definition at line 273 of file ksslsettings.cpp.
bool KSSLSettings::warnOnMixed | ( | ) | const |
Does the user want to be warned during mixed SSL/non-SSL mode.
- Returns:
- true if the user wants to be warned
Definition at line 275 of file ksslsettings.cpp.
bool KSSLSettings::warnOnUnencrypted | ( | ) | const |
Does the user want to be warned on sending unencrypted data.
- Returns:
- true if the user wants to be warned
- See also:
- setWarnOnUnencrypted
Definition at line 271 of file ksslsettings.cpp.
The documentation for this class was generated from the following files: