#include <ksslcertdlg.h>
Inherits KDialog.
Public Member Functions | |
KSSLCertDlg (TQWidget *parent=0L, const char *name=0L, bool modal=false) | |
virtual | ~KSSLCertDlg () |
void | setup (TQStringList certs, bool saveChecked=false, bool sendChecked=true) TDE_DEPRECATED |
void | setupDialog (const TQStringList &certs, bool saveChecked=false, bool sendChecked=true) |
TQString | getChoice () |
bool | wantsToSend () |
bool | saveChoice () |
void | setHost (const TQString &host) |
Detailed Description
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.
- See also
- KSSL
KDE X.509 Certificate Dialog
Definition at line 43 of file ksslcertdlg.h.
Constructor & Destructor Documentation
◆ KSSLCertDlg()
KSSLCertDlg::KSSLCertDlg | ( | TQWidget * | parent = 0L , |
const char * | name = 0L , |
||
bool | modal = false |
||
) |
Construct a KSSL certificate dialog.
- Parameters
-
parent the parent widget name the internal name of this instance modal create a modal dialog if set to true
Definition at line 50 of file ksslcertdlg.cpp.
◆ ~KSSLCertDlg()
|
virtual |
Destroy this object and close the dialog.
Definition at line 89 of file ksslcertdlg.cpp.
Member Function Documentation
◆ getChoice()
TQString KSSLCertDlg::getChoice | ( | ) |
Obtain the name of the certificate the user wants to send.
- Returns
- the name of the certificate
Definition at line 128 of file ksslcertdlg.cpp.
◆ saveChoice()
bool KSSLCertDlg::saveChoice | ( | ) |
Determine if the user wants to save the choice for the future.
- Returns
- true if the user wants to save the choice.
Definition at line 118 of file ksslcertdlg.cpp.
◆ setHost()
void KSSLCertDlg::setHost | ( | const TQString & | host | ) |
Set the hostname that we are connecting to.
- Parameters
-
host the hostname
Definition at line 137 of file ksslcertdlg.cpp.
◆ setup()
void KSSLCertDlg::setup | ( | TQStringList | certs, |
bool | saveChecked = false , |
||
bool | sendChecked = true |
||
) |
Setup the dialog.
Call this before you display the dialog.
- Parameters
-
certs the list of possible certificates saveChecked save the checked item for the future sendChecked send the checked item to the remote host
Definition at line 94 of file ksslcertdlg.cpp.
◆ setupDialog()
void KSSLCertDlg::setupDialog | ( | const TQStringList & | certs, |
bool | saveChecked = false , |
||
bool | sendChecked = true |
||
) |
Setup the dialog.
Call this before you display the dialog.
- Parameters
-
certs the list of possible certificates saveChecked save the checked item for the future sendChecked send the checked item to the remote host
Definition at line 98 of file ksslcertdlg.cpp.
◆ wantsToSend()
bool KSSLCertDlg::wantsToSend | ( | ) |
Determine if the user wants to send a certificate.
- Returns
- true if the user wants to send a certificate
Definition at line 123 of file ksslcertdlg.cpp.
The documentation for this class was generated from the following files: