KSSLSettings Class Reference
#include <ksslsettings.h>
Detailed Description
KDE SSL SettingsKDE SSL Settings.This class contains some of the SSL settings for easy use.
- Author:
- George Staikos <staikos@kde.org>
- See also:
- KSSL
Definition at line 39 of file ksslsettings.h.
Public Member Functions | |
KSSLSettings (bool readConfig=true) | |
~KSSLSettings () | |
bool | sslv2 () const |
bool | sslv3 () const |
bool | tlsv1 () const |
bool | warnOnEnter () const |
void | setWarnOnEnter (bool x) |
bool | warnOnUnencrypted () const |
void | setWarnOnUnencrypted (bool x) |
bool | warnOnLeave () const |
void | setWarnOnLeave (bool x) |
bool | warnOnMixed () const |
bool | warnOnSelfSigned () const KDE_DEPRECATED |
bool | warnOnRevoked () const KDE_DEPRECATED |
bool | warnOnExpired () const KDE_DEPRECATED |
bool | useEGD () const |
bool | useEFile () const |
void | setTLSv1 (bool enabled) |
void | setSSLv2 (bool enabled) |
void | setSSLv3 (bool enabled) |
bool | autoSendX509 () const |
bool | promptSendX509 () const |
QString | getCipherList () |
QString & | getEGDPath () |
void | load () |
void | defaults () |
void | save () |
Constructor & Destructor Documentation
|
Construct a KSSL Settings object.
Definition at line 88 of file ksslsettings.cc. |
|
Destroy this KSSL Settings object.
Definition at line 101 of file ksslsettings.cc. |
Member Function Documentation
|
Does the user want X.509 client certificates to always be sent when possible?
Definition at line 337 of file ksslsettings.cc. |
|
Revert to default settings.
Definition at line 249 of file ksslsettings.cc. |
|
Get the OpenSSL cipher list for selecting the list of ciphers to use in a connection.
Definition at line 125 of file ksslsettings.cc. |
|
Get the configured path to the entropy gathering daemon or entropy file.
Definition at line 344 of file ksslsettings.cc. |
|
Load the user's settings.
Definition at line 209 of file ksslsettings.cc. |
|
Does the user want to be prompted to send X.509 client certificates when possible?
Definition at line 338 of file ksslsettings.cc. |
|
Save the current settings.
Definition at line 266 of file ksslsettings.cc. |
|
Change the user's SSLv2 preference.
Definition at line 341 of file ksslsettings.cc. |
|
Change the user's SSLv3 preference.
Definition at line 342 of file ksslsettings.cc. |
|
Change the user's TLSv1 preference.
Definition at line 340 of file ksslsettings.cc. |
|
Change the user's warnOnEnter() setting.
Definition at line 326 of file ksslsettings.cc. |
|
Change the user's warnOnLeave() setting.
Definition at line 330 of file ksslsettings.cc. |
|
Change the user's warnOnUnencrypted() setting.
Definition at line 328 of file ksslsettings.cc. |
|
Does the user allow SSLv2.
Definition at line 107 of file ksslsettings.cc. |
|
Does the user allow SSLv3.
Definition at line 112 of file ksslsettings.cc. |
|
Does the user allow TLSv1.
Definition at line 117 of file ksslsettings.cc. |
|
Does the user want to use an entropy file?
Definition at line 336 of file ksslsettings.cc. |
|
Does the user want to use the Entropy Gathering Daemon?
Definition at line 335 of file ksslsettings.cc. |
|
Does the user want to be warned on entering SSL mode.
Definition at line 325 of file ksslsettings.cc. |
|
Do not use this.
Definition at line 334 of file ksslsettings.cc. |
|
Does the user want to be warned on leaving SSL mode.
Definition at line 329 of file ksslsettings.cc. |
|
Does the user want to be warned during mixed SSL/non-SSL mode.
Definition at line 331 of file ksslsettings.cc. |
|
Do not use this.
Definition at line 333 of file ksslsettings.cc. |
|
Do not use this.
Definition at line 332 of file ksslsettings.cc. |
|
Does the user want to be warned on sending unencrypted data.
Definition at line 327 of file ksslsettings.cc. |
The documentation for this class was generated from the following files: