KSSLKeyGen Class Reference
KDE Key Generation dialog KDE Key Generation Dialog. More...
#include <ksslkeygen.h>
Inheritance diagram for KSSLKeyGen:


| Public Member Functions | |
| KSSLKeyGen (QWidget *parent=0L, const char *name=0L, bool modal=false) | |
| virtual | ~KSSLKeyGen () | 
| void | setKeySize (int idx) | 
| Static Public Member Functions | |
| QStringList | supportedKeySizes () | 
| int | generateCSR (QString name, QString pass, int bits, int e=0x10001) | 
Detailed Description
KDE Key Generation dialog KDE Key Generation Dialog.This is used to display a key generation dialog for cases such as the html <keygen> tag. It also does the certificate signing request generation.
- Author:
- George Staikos <staikos@kde.org>
- See also:
- KSSL, KSSLCertificate, KSSLPKCS12
Definition at line 44 of file ksslkeygen.h.
Constructor & Destructor Documentation
| 
 | ||||||||||||||||
| Construct a keygen dialog. 
 
 Definition at line 37 of file ksslkeygen.cc. References QWizard::addPage(), QWizard::finishButton(), QWizard::setFinishEnabled(), and QWizard::setHelpEnabled(). | 
| 
 | 
| Destroy this dialog. 
 Definition at line 58 of file ksslkeygen.cc. | 
Member Function Documentation
| 
 | 
| List the supported key sizes. 
 
 Definition at line 150 of file ksslkeygen.cc. | 
| 
 | ||||||||||||||||||||
| Generate the certificate signing request. 
 
 
 Definition at line 99 of file ksslkeygen.cc. | 
| 
 | 
| Set the key size. 
 
 Definition at line 80 of file ksslkeygen.h. | 
The documentation for this class was generated from the following files:

