KIO
Go to the documentation of this file.
21 #ifndef _KSSLSETTINGS_H
22 #define _KSSLSETTINGS_H
26 #include <QtCore/QString>
30 class KSSLSettingsPrivate;
59 bool warnOnEnter()
const;
66 void setWarnOnEnter(
bool x);
73 bool warnOnUnencrypted()
const;
80 void setWarnOnUnencrypted(
bool x);
86 bool warnOnLeave()
const;
93 void setWarnOnLeave(
bool x);
99 bool warnOnMixed()
const;
111 bool useEFile()
const;
118 bool autoSendX509()
const;
125 bool promptSendX509()
const;
158 bool m_bWarnOnEnter, m_bWarnOnUnencrypted, m_bWarnOnLeave, m_bWarnOnMixed;
159 bool m_bWarnSelfSigned, m_bWarnRevoked, m_bWarnExpired;
164 KSSLSettingsPrivate*
const d;
This file is part of the KDE documentation.
Documentation copyright © 1996-2013 The KDE developers.
Generated on Fri Jul 12 2013 08:54:04 by
doxygen 1.8.3.1 written
by
Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.