org.kde.koala
public class KSSLSettings extends Object implements QtSupport
See Also: KSSL
UNKNOWN: KDE SSL Settings.
Constructor Summary | |
---|---|
protected | KSSLSettings(Class dummy) |
KSSLSettings(boolean readConfig)
Construct a KSSL Settings object | |
KSSLSettings() |
Method Summary | |
---|---|
boolean | autoSendX509()
Does the user want X.509 client certificates to always be sent when
possible? |
void | defaults()
Revert to default settings. |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
String | getCipherList()
Get the OpenSSL cipher list for selecting the list of ciphers to
use in a connection. |
String | getEGDPath()
Get the configured path to the entropy gathering daemon or entropy
file. |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
void | load()
Load the user's settings. |
boolean | promptSendX509()
Does the user want to be prompted to send X.509 client certificates
when possible? |
void | save()
Save the current settings. |
void | setSSLv2(boolean enabled)
Change the user's SSLv2 preference |
void | setSSLv3(boolean enabled)
Change the user's SSLv3 preference |
void | setTLSv1(boolean enabled)
Change the user's TLSv1 preference |
void | setWarnOnEnter(boolean x)
Change the user's warnOnEnter() setting |
void | setWarnOnLeave(boolean x)
Change the user's warnOnLeave() setting |
void | setWarnOnUnencrypted(boolean x)
Change the user's warnOnUnencrypted() setting |
boolean | sslv2()
Does the user allow SSLv2 |
boolean | sslv3()
Does the user allow SSLv3 |
boolean | tlsv1()
Does the user allow TLSv1 |
boolean | useEFile()
Does the user want to use an entropy file? |
boolean | useEGD()
Does the user want to use the Entropy Gathering Daemon? |
boolean | warnOnEnter()
Does the user want to be warned on entering SSL mode |
boolean | warnOnLeave()
Does the user want to be warned on leaving SSL mode |
boolean | warnOnMixed()
Does the user want to be warned during mixed SSL/non-SSL mode |
boolean | warnOnUnencrypted()
Does the user want to be warned on sending unencrypted data |
Parameters: readConfig read in the configuration immediately if true
UNKNOWN: Construct a KSSL Settings object
Returns: true if the user always wants a certificate sent
UNKNOWN: Does the user want X.
UNKNOWN: Revert to default settings.
Returns: the cipher list
UNKNOWN: Get the OpenSSL cipher list for selecting the list of ciphers to use in a connection.
Returns: the path
UNKNOWN: Get the configured path to the entropy gathering daemon or entropy file.
UNKNOWN: Load the user's settings.
Returns: true if the user wants to be prompted
UNKNOWN: Does the user want to be prompted to send X.
UNKNOWN: Save the current settings.
Parameters: enabled true if SSLv2 is enabled
UNKNOWN: Change the user's SSLv2 preference
Parameters: enabled true if SSLv3 is enabled
UNKNOWN: Change the user's SSLv3 preference
Parameters: enabled true if TLSv1 is enabled
UNKNOWN: Change the user's TLSv1 preference
Parameters: x true if the user is to be warned
See Also: KSSLSettings
UNKNOWN: Change the user's warnOnEnter() setting
Parameters: x true if the user is to be warned
See Also: KSSLSettings
UNKNOWN: Change the user's warnOnLeave() setting
Parameters: x true if the user is to be warned
See Also: KSSLSettings
UNKNOWN: Change the user's warnOnUnencrypted() setting
Returns: true if the user allows SSLv2
UNKNOWN: Does the user allow SSLv2
Returns: true if the user allows SSLv3
UNKNOWN: Does the user allow SSLv3
Returns: true if the user allows TLSv1
UNKNOWN: Does the user allow TLSv1
Returns: true if the user wants to use an entropy file
UNKNOWN: Does the user want to use an entropy file?
Returns: true if the user wants to use EGD
UNKNOWN: Does the user want to use the Entropy Gathering Daemon?
Returns: true if the user wants to be warned
UNKNOWN: Does the user want to be warned on entering SSL mode
Returns: true if the user wants to be warned
UNKNOWN: Does the user want to be warned on leaving SSL mode
Returns: true if the user wants to be warned
UNKNOWN: Does the user want to be warned during mixed SSL/non-SSL mode
Returns: true if the user wants to be warned
See Also: KSSLSettings
UNKNOWN: Does the user want to be warned on sending unencrypted data