KSSLInfoDlg Class Reference
#include <ksslinfodlg.h>
Detailed Description
KDE SSL Information DialogKDE SSL Information Dialog.This class creates a dialog that can be used to display information about an SSL session.
There are NO GUARANTEES that KSSLInfoDlg will remain binary compatible/ Contact staikos@kde.org for details if needed.
- Author:
- George Staikos <staikos@kde.org>
- See also:
- KSSL
Definition at line 50 of file ksslinfodlg.h.
Public Member Functions | |
KSSLInfoDlg (bool secureConnection, QWidget *parent=0L, const char *name=0L, bool modal=false) | |
virtual | ~KSSLInfoDlg () |
void | setSecurityInQuestion (bool isIt) |
void | setup (KSSLCertificate *cert, const QString &ip, const QString &url, const QString &cipher, const QString &cipherdesc, const QString &sslversion, int usedbits, int bits, KSSLCertificate::KSSLValidation certState) |
void | setup (KSSL &ssl, const QString &ip, const QString &url) |
void | setCertState (const QString &errorNrs) |
Static Public Member Functions | |
static KSSLCertBox * | certInfoWidget (QWidget *parent, const QString &certName, QWidget *mailCatcher=0) |
Constructor & Destructor Documentation
|
Construct a KSSL Information Dialog.
Definition at line 75 of file ksslinfodlg.cc. |
|
Destroy this dialog.
Definition at line 125 of file ksslinfodlg.cc. |
Member Function Documentation
|
Utility function to generate the widget which displays the detailed information about an X.509 certificate.
Definition at line 359 of file ksslinfodlg.cc. |
|
Set the errors that were encountered while validating the site certificate.
Definition at line 259 of file ksslinfodlg.cc. |
|
Tell the dialog if the connection has portions that may not be secure (ie. a mixture of secure and insecure frames)
Definition at line 136 of file ksslinfodlg.cc. |
|
Setup the dialog before showing it. This is a convenience version of the above method, and obtains the same information using the
Definition at line 158 of file ksslinfodlg.cc. |
|
Setup the dialog before showing it.
Definition at line 173 of file ksslinfodlg.cc. |
The documentation for this class was generated from the following files: