KSSLCertDlg Class Reference
KDE X.509 Certificate Dialog KDE X.509 Certificate Dialog. More...
#include <ksslcertdlg.h>
Inheritance diagram for KSSLCertDlg:

Public Member Functions | |
KSSLCertDlg (QWidget *parent=0L, const char *name=0L, bool modal=false) | |
virtual | ~KSSLCertDlg () |
void | setup (QStringList certs, bool saveChecked=false, bool sendChecked=true) KDE_DEPRECATED |
void | setupDialog (const QStringList &certs, bool saveChecked=false, bool sendChecked=true) |
QString | getChoice () |
bool | wantsToSend () |
bool | saveChoice () |
void | setHost (const QString &host) |
Detailed Description
KDE X.509 Certificate Dialog KDE X.509 Certificate Dialog.This class is used to create and display a dialog which contains the user's X.509 certificates and allows the user to present it during SSL sessions.
- Author:
- George Staikos <staikos@kde.org>
- See also:
- KSSL
Definition at line 44 of file ksslcertdlg.h.
Constructor & Destructor Documentation
|
Construct a KSSL certificate dialog.
Definition at line 46 of file ksslcertdlg.cc. References QDialog::accept(), QListView::addColumn(), QGridLayout::addMultiCellWidget(), QGridLayout::addWidget(), and KSSLCertDlg(). Referenced by KSSLCertDlg(). |
|
Destroy this object and close the dialog.
Definition at line 78 of file ksslcertdlg.cc. |
Member Function Documentation
|
Setup the dialog. Call this before you display the dialog.
Definition at line 83 of file ksslcertdlg.cc. References setup(), and setupDialog(). Referenced by setup(). |
|
Setup the dialog. Call this before you display the dialog.
Definition at line 87 of file ksslcertdlg.cc. References QListView::firstChild(), QRadioButton::setChecked(), QCheckBox::setChecked(), QListView::setSelected(), and setupDialog(). Referenced by setup(), and setupDialog(). |
|
Obtain the name of the certificate the user wants to send.
Definition at line 114 of file ksslcertdlg.cc. References QListView::selectedItem(). |
|
Determine if the user wants to send a certificate.
Definition at line 109 of file ksslcertdlg.cc. References QRadioButton::isChecked(). |
|
Determine if the user wants to save the choice for the future.
Definition at line 104 of file ksslcertdlg.cc. References QCheckBox::isChecked(). |
|
Set the hostname that we are connecting to.
Definition at line 119 of file ksslcertdlg.cc. References setHost(). Referenced by setHost(). |
The documentation for this class was generated from the following files: