org.kde.koala
public class KSSLCertDlg extends KDialog
See Also: KSSL
UNKNOWN: KDE X.509 Certificate Dialog.
Constructor Summary | |
---|---|
protected | KSSLCertDlg(Class dummy) |
KSSLCertDlg(QWidget parent, String name, boolean modal)
Construct a KSSL certificate dialog | |
KSSLCertDlg(QWidget parent, String name) | |
KSSLCertDlg(QWidget parent) | |
KSSLCertDlg() |
Method Summary | |
---|---|
String | className() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
String | getChoice()
Obtain the name of the certificate the user wants to send |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QMetaObject | metaObject() |
boolean | saveChoice()
Determine if the user wants to save the choice for the future. |
void | setHost(String host)
Set the hostname that we are connecting to. |
void | setupDialog(String[] certs, boolean saveChecked, boolean sendChecked)
Setup the dialog. |
void | setupDialog(String[] certs, boolean saveChecked) |
void | setupDialog(String[] certs) |
boolean | wantsToSend()
Determine if the user wants to send a certificate. |
Parameters: parent the parent widget name the internal name of this instance modal create a modal dialog if set to true
UNKNOWN: Construct a KSSL certificate dialog
Returns: the name of the certificate
UNKNOWN: Obtain the name of the certificate the user wants to send
Returns: true if the user wants to save the choice.
UNKNOWN: Determine if the user wants to save the choice for the future.
Parameters: host the hostname
UNKNOWN: Set the hostname that we are connecting to.
Parameters: certs the list of possible certificates saveChecked save the checked item for the future sendChecked send the checked item to the remote host
UNKNOWN: Setup the dialog.
Returns: true if the user wants to send a certificate
UNKNOWN: Determine if the user wants to send a certificate.