KSSLKeyGen Class Reference
KDE Key Generation dialogKDE 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 () |
int | generateCSR (const QString &name, const QString &pass, int bits, int e=0x10001) |
void | setKeySize (int idx) |
Static Public Member Functions | |
static QStringList | supportedKeySizes () |
Detailed Description
KDE Key Generation dialogKDE 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 42 of file ksslkeygen.cc. References KGWizardPage2::_password1, KGWizardPage2::_password2, QWizard::addPage(), QWizard::finishButton(), QWizard::setFinishEnabled(), and QWizard::setHelpEnabled(). |
|
Destroy this dialog.
Definition at line 63 of file ksslkeygen.cc. |
Member Function Documentation
|
List the supported key sizes.
Definition at line 206 of file ksslkeygen.cc. |
|
Generate the certificate signing request.
Definition at line 122 of file ksslkeygen.cc. References KStandardDirs::addResourceType(), KGlobal::dirs(), KTempFile::fstream(), KStandardDirs::kde_default(), QString::length(), QString::local8Bit(), and KStandardDirs::saveLocation(). |
|
Set the key size.
Definition at line 80 of file ksslkeygen.h. |
The documentation for this class was generated from the following files: