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

kio/kssl

  • kio
  • kssl
ksslkeygen.h
1 /* This file is part of the KDE project
2  *
3  * Copyright (C) 2001 George Staikos <staikos@kde.org>
4  *
5  * This library is free software; you can redistribute it and/or
6  * modify it under the terms of the GNU Library General Public
7  * License as published by the Free Software Foundation; either
8  * version 2 of the License, or (at your option) any later version.
9  *
10  * This library is distributed in the hope that it will be useful,
11  * but WITHOUT ANY WARRANTY; without even the implied warranty of
12  * MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU
13  * Library General Public License for more details.
14  *
15  * You should have received a copy of the GNU Library General Public License
16  * along with this library; see the file COPYING.LIB. If not, write to
17  * the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor,
18  * Boston, MA 02110-1301, USA.
19  */
20 
21 
22 #ifndef _KSSLKEYGEN_H
23 #define _KSSLKEYGEN_H
24 
25 #include <tqstring.h>
26 #include <tqstringlist.h>
27 #include <kwizard.h>
28 
29 
30 class KOpenSSLProxy;
31 class KGWizardPage1;
32 class KGWizardPage2;
33 
44 class KIO_EXPORT KSSLKeyGen : public KWizard {
45  Q_OBJECT
46 public:
53  KSSLKeyGen(TQWidget *parent=0L, const char *name=0L, bool modal=false);
54 
58  virtual ~KSSLKeyGen();
59 
64  static TQStringList supportedKeySizes();
65 
74  int generateCSR(const TQString& name, const TQString& pass, int bits, int e = 0x10001);
75 
80  void setKeySize(int idx) { _idx = idx; }
81 
82 private slots:
83  void slotPassChanged();
84  void slotGenerate();
85 
86 private:
87  class KSSLKeyGenPrivate;
88  KSSLKeyGenPrivate *d;
89  int _idx;
90  KGWizardPage1 *page1;
91  KGWizardPage2 *page2;
92 };
93 
94 #endif
95 

kio/kssl

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

kio/kssl

Skip menu "kio/kssl"
  • arts
  • dcop
  • dnssd
  • interfaces
  •     interface
  •     library
  •   kspeech
  •   ktexteditor
  • kabc
  • kate
  • kcmshell
  • kdecore
  • kded
  • kdefx
  • kdeprint
  • kdesu
  • kdeui
  • kdoctools
  • khtml
  • kimgio
  • kinit
  • kio
  •   bookmarks
  •   httpfilter
  •   kfile
  •   kio
  •   kioexec
  •   kpasswdserver
  •   kssl
  • kioslave
  •   http
  • kjs
  • kmdi
  •   kmdi
  • knewstuff
  • kparts
  • krandr
  • kresources
  • kspell2
  • kunittest
  • kutils
  • kwallet
  • libkmid
  • libkscreensaver
Generated for kio/kssl by doxygen 1.8.3.1
This website is maintained by Timothy Pearson.
KDE® and the K Desktop Environment® logo are registered trademarks of KDE e.V. |