KIO
KSslInfoDialog Class Reference
KDE SSL Information Dialog. More...
#include <ksslinfodialog.h>

Public Member Functions | |
KSslInfoDialog (QWidget *parent=0) | |
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) |
virtual | ~KSslInfoDialog () |
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 staikos@kde.org for details if needed.
Definition at line 43 of file ksslinfodialog.h.
Constructor & Destructor Documentation
KSslInfoDialog::KSslInfoDialog | ( | QWidget * | parent = 0 |
) | [explicit] |
Construct a KSSL Information Dialog.
- Parameters:
-
parent the parent widget
Definition at line 69 of file ksslinfodialog.cpp.
KSslInfoDialog::~KSslInfoDialog | ( | ) | [virtual] |
Destroy this dialog.
Definition at line 105 of file ksslinfodialog.cpp.
Member Function Documentation
QList< QList< KSslError::Error > > KSslInfoDialog::errorsFromString | ( | const QString & | s | ) | [static] |
Definition at line 237 of file ksslinfodialog.cpp.
void KSslInfoDialog::setAuxiliaryPartsEncrypted | ( | bool | auxEncrypted | ) |
Definition at line 125 of file ksslinfodialog.cpp.
void KSslInfoDialog::setMainPartEncrypted | ( | bool | mainEncrypted | ) |
Definition at line 118 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 156 of file ksslinfodialog.cpp.
The documentation for this class was generated from the following files: