org.kde.koala
public class KSSLInfoDlg extends KDialog
See Also: KSSL
UNKNOWN: KDE SSL Information Dialog.
Constructor Summary | |
---|---|
protected | KSSLInfoDlg(Class dummy) |
KSSLInfoDlg(boolean secureConnection, QWidget parent, String name, boolean modal)
Construct a KSSL Information Dialog | |
KSSLInfoDlg(boolean secureConnection, QWidget parent, String name) | |
KSSLInfoDlg(boolean secureConnection, QWidget parent) | |
KSSLInfoDlg(boolean secureConnection) |
Method Summary | |
---|---|
static KSSLCertBox | certInfoWidget(QWidget parent, String certName, QWidget mailCatcher)
Utility function to generate the widget which displays the detailed
information about an X.509 certificate. |
static KSSLCertBox | certInfoWidget(QWidget parent, String certName) |
String | className() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QMetaObject | metaObject() |
void | setCertState(String errorNrs)
Set the errors that were encountered while validating the site
certificate. |
void | setSecurityInQuestion(boolean isIt)
Tell the dialog if the connection has portions that may not be
secure (ie. a mixture of secure and insecure frames) |
void | setup(KSSLCertificate cert, String ip, String url, String cipher, String cipherdesc, String sslversion, int usedbits, int bits, int certState)
Setup the dialog before showing it. |
void | setup(KSSL ssl, String ip, String url)
Setup the dialog before showing it. |
Parameters: secureConnection true if the connection is secured with SSL parent the parent widget name the internal name of this instance modal true if the dialog should be modal
UNKNOWN: Construct a KSSL Information Dialog
Parameters: parent the parent widget certName the name (subject) of the certificate mailCatcher the class which catches click events on e-mail addresses
UNKNOWN: Utility function to generate the widget which displays the detailed information about an X.
UNKNOWN: Set the errors that were encountered while validating the site certificate.
Parameters: isIt true if security is in question
UNKNOWN: Tell the dialog if the connection has portions that may not be secure (ie.
Parameters: cert the certificate presented by the site ip the ip of the remote host url the url being accessed cipher the cipher in use cipherdesc text description of the cipher in use sslversion the version of SSL in use (SSLv2, SSLv3, TLSv1, etc) usedbits the number of bits in the cipher key being used bits the bit-size of the cipher in use certState the certificate state (valid, invalid, etc)
UNKNOWN: Setup the dialog before showing it.
Parameters: ssl parameter instead. ssl the ssl connection ip the ip of the remote host url the url being accessed
UNKNOWN: Setup the dialog before showing it.