22 #ifndef _KSSLINFODLG_H
23 #define _KSSLINFODLG_H
27 #include "ksslx509map.h"
28 #include "ksslcertificate.h"
30 #include <tqscrollview.h>
61 KSSLInfoDlg(
bool secureConnection, TQWidget *parent=0L,
const char *name=0L,
bool modal=
false);
74 void setSecurityInQuestion(
bool isIt);
90 const TQString& ip,
const TQString& url,
91 const TQString& cipher,
const TQString& cipherdesc,
92 const TQString& sslversion,
int usedbits,
int bits,
104 void setup(
KSSL & ssl,
const TQString & ip,
const TQString & url );
110 void setCertState(
const TQString &errorNrs);
121 static KSSLCertBox *certInfoWidget(TQWidget *parent,
const TQString &certName, TQWidget *mailCatcher=0);
124 TQScrollView *buildCertInfo(
const TQString &certName);
127 class KSSLInfoDlgPrivate;
128 KSSLInfoDlgPrivate *d;
132 void urlClicked(
const TQString &url);
133 void mailClicked(
const TQString &url);
134 void slotChain(
int x);
158 KSSLCertBox(TQWidget *parent=0L,
const char *name=0L, WFlags f=0);
166 void setValues(TQString certName, TQWidget *mailCatcher=0L);
KDE Certificate Chain Representation Class.
KSSLValidation
A CA certificate can be validated as Irrelevant when it was not used to sign any other relevant certi...
KDE SSL Information Dialog.