• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdeio/kssl
 

tdeio/kssl

  • tdeio
  • kssl
ksslinfodlg.h
1/* This file is part of the KDE project
2 *
3 * Copyright (C) 2000-2003 George Staikos <staikos@kde.org>
4 * Copyright (C) 2000 Malte Starostik <malte@kde.org>
5 *
6 * This library is free software; you can redistribute it and/or
7 * modify it under the terms of the GNU Library General Public
8 * License as published by the Free Software Foundation; either
9 * version 2 of the License, or (at your option) any later version.
10 *
11 * This library is distributed in the hope that it will be useful,
12 * but WITHOUT ANY WARRANTY; without even the implied warranty of
13 * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
14 * Library General Public License for more details.
15 *
16 * You should have received a copy of the GNU Library General Public License
17 * along with this library; see the file COPYING.LIB. If not, write to
18 * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
19 * Boston, MA 02110-1301, USA.
20 */
21
22#ifndef _KSSLINFODLG_H
23#define _KSSLINFODLG_H
24
25#include <kdialog.h>
26
27#include "ksslx509map.h"
28#include "ksslcertificate.h"
29#include "kssl.h"
30#include <tqscrollview.h>
31
32class TQWidget;
33class KSSLCertBox;
34class KSSLCertChain;
35
36
50class TDEIO_EXPORT KSSLInfoDlg : public KDialog {
51 TQ_OBJECT
52public:
61 KSSLInfoDlg(bool secureConnection, TQWidget *parent=0L, const char *name=0L, bool modal=false);
62
66 virtual ~KSSLInfoDlg();
67
74 void setSecurityInQuestion(bool isIt);
75
89 void setup(KSSLCertificate *cert,
90 const TQString& ip, const TQString& url,
91 const TQString& cipher, const TQString& cipherdesc,
92 const TQString& sslversion, int usedbits, int bits,
93 KSSLCertificate::KSSLValidation certState);
94
104 void setup( KSSL & ssl, const TQString & ip, const TQString & url );
105
110 void setCertState(const TQString &errorNrs);
111
121 static KSSLCertBox *certInfoWidget(TQWidget *parent, const TQString &certName, TQWidget *mailCatcher=0);
122
123private:
124 TQScrollView *buildCertInfo(const TQString &certName);
125 void displayCert(KSSLCertificate *x);
126
127 class KSSLInfoDlgPrivate;
128 KSSLInfoDlgPrivate *d;
129
130private slots:
131 void launchConfig();
132 void urlClicked(const TQString &url);
133 void mailClicked(const TQString &url);
134 void slotChain(int x);
135};
136
137
149class TDEIO_EXPORT KSSLCertBox : public TQScrollView {
150public:
158 KSSLCertBox(TQWidget *parent=0L, const char *name=0L, WFlags f=0);
159
166 void setValues(TQString certName, TQWidget *mailCatcher=0L);
167
168private:
169 TQFrame *_frame;
170};
171
172#endif
173
KSSLCertBox
KDE SSL Certificate Box.
Definition: ksslinfodlg.h:149
KSSLCertChain
KDE Certificate Chain Representation Class.
Definition: ksslcertchain.h:45
KSSLCertificate
KDE X.509 Certificate.
Definition: ksslcertificate.h:77
KSSLCertificate::KSSLValidation
KSSLValidation
A CA certificate can be validated as Irrelevant when it was not used to sign any other relevant certi...
Definition: ksslcertificate.h:122
KSSLInfoDlg
KDE SSL Information Dialog.
Definition: ksslinfodlg.h:50
KSSL
KDE SSL Wrapper Class.
Definition: kssl.h:42

tdeio/kssl

Skip menu "tdeio/kssl"
  • Main Page
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

tdeio/kssl

Skip menu "tdeio/kssl"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeio/kssl by doxygen 1.9.4
This website is maintained by Timothy Pearson.