KIO
#include <ksslsettings.h>
Public Member Functions | |
KSSLSettings (bool readConfig=true) | |
~KSSLSettings () | |
bool | autoSendX509 () const |
void | defaults () |
QString | getCipherList () |
QString & | getEGDPath () |
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 |
Detailed Description
KDE SSL Settings.
This class contains some of the SSL settings for easy use.
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 | ( | ) |
Destroy this KSSL Settings object.
Definition at line 112 of file ksslsettings.cpp.
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 219 of file ksslsettings.cpp.
void KSSLSettings::defaults | ( | ) |
Revert to default settings.
Definition at line 156 of file ksslsettings.cpp.
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 118 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 221 of file ksslsettings.cpp.
void KSSLSettings::load | ( | ) |
Load the user's settings.
Definition at line 125 of file ksslsettings.cpp.
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 220 of file ksslsettings.cpp.
void KSSLSettings::save | ( | ) |
Save the current settings.
Definition at line 170 of file ksslsettings.cpp.
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 211 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 215 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 213 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 218 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 217 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 210 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 214 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 216 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 212 of file ksslsettings.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.