KIO
#include <ksslinfodialog.h>
Public Member Functions | |
KSslInfoDialog (QWidget *parent=0) | |
virtual | ~KSslInfoDialog () |
void | setAuxiliaryPartsEncrypted (bool) |
void | setMainPartEncrypted (bool) |
void | setSecurityInQuestion (bool isIt) |
void | setSslInfo (const QList< QSslCertificate > &certificateChain, const QString &ip, const QString &host, const QString &sslProtocol, const QString &cipher, int usedBits, int bits, const QList< QList< KSslError::Error > > &validationErrors) |
Static Public Member Functions | |
static QList< QList < KSslError::Error > > | errorsFromString (const QString &s) |
Detailed Description
KDE SSL Information Dialog.
This class creates a dialog that can be used to display information about an SSL session.
There are NO GUARANTEES that KSslInfoDialog will remain binary compatible/ Contact staik for details if needed. os@k de.or g
- See also
- KSSL KDE SSL Information Dialog
Definition at line 43 of file ksslinfodialog.h.
Constructor & Destructor Documentation
|
explicit |
Construct a KSSL Information Dialog.
- Parameters
-
parent the parent widget
Definition at line 61 of file ksslinfodialog.cpp.
|
virtual |
Destroy this dialog.
Definition at line 97 of file ksslinfodialog.cpp.
Member Function Documentation
|
static |
Definition at line 232 of file ksslinfodialog.cpp.
void KSslInfoDialog::setAuxiliaryPartsEncrypted | ( | bool | auxEncrypted | ) |
Definition at line 117 of file ksslinfodialog.cpp.
void KSslInfoDialog::setMainPartEncrypted | ( | bool | mainEncrypted | ) |
Definition at line 110 of file ksslinfodialog.cpp.
void KSslInfoDialog::setSecurityInQuestion | ( | bool | isIt | ) |
Tell the dialog if the connection has portions that may not be secure (ie.
a mixture of secure and insecure frames)
- Parameters
-
isIt true if security is in question
void KSslInfoDialog::setSslInfo | ( | const QList< QSslCertificate > & | certificateChain, |
const QString & | ip, | ||
const QString & | host, | ||
const QString & | sslProtocol, | ||
const QString & | cipher, | ||
int | usedBits, | ||
int | bits, | ||
const QList< QList< KSslError::Error > > & | validationErrors | ||
) |
Set information to display about the SSL connection.
- Parameters
-
certificateChain the certificate chain leading from the certificate authority to the peer. ip the ip of the remote host host the remote hostname sslProtocol the version of SSL in use (SSLv2, SSLv3, TLSv1) cipher the cipher in use usedBits the used bits of the key bits the key size of the cipher in use validationErrors errors validating the certificates, if any
Definition at line 148 of file ksslinfodialog.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.