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

tdeio/kssl

  • tdeio
  • 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
30class KOpenSSLProxy;
31class KGWizardPage1;
32class KGWizardPage2;
33
44class TDEIO_EXPORT KSSLKeyGen : public KWizard {
45 TQ_OBJECT
46public:
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
82private slots:
83 void slotPassChanged();
84 void slotGenerate();
85
86private:
87 class KSSLKeyGenPrivate;
88 KSSLKeyGenPrivate *d;
89 int _idx;
90 KGWizardPage1 *page1;
91 KGWizardPage2 *page2;
92};
93
94#endif
95
KOpenSSLProxy
Dynamically load and wrap OpenSSL.
Definition: kopenssl.h:76
KSSLKeyGen
KDE Key Generation dialog.
Definition: ksslkeygen.h:44
KSSLKeyGen::setKeySize
void setKeySize(int idx)
Set the key size.
Definition: ksslkeygen.h:80

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.