KIO
#include <ksslkeygen.h>
Public Member Functions | |
KSSLKeyGen (QWidget *parent=0L) | |
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 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.
- See also
- KSSL, KSSLCertificate, KSSLPKCS12 KDE Key Generation Dialog
Definition at line 43 of file ksslkeygen.h.
Constructor & Destructor Documentation
|
explicit |
Construct a keygen dialog.
- Parameters
-
parent the parent widget
Definition at line 76 of file ksslkeygen.cpp.
|
virtual |
Destroy this dialog.
Definition at line 97 of file ksslkeygen.cpp.
Member Function Documentation
int KSSLKeyGen::generateCSR | ( | const QString & | name, |
const QString & | pass, | ||
int | bits, | ||
int | e = 0x10001 |
||
) |
Generate the certificate signing request.
- Parameters
-
name the name for the certificate pass the password for the request bits the bitsize for the key e the value of the "e" parameter in RSA
- Returns
- 0 on success, non-zero on error
Definition at line 160 of file ksslkeygen.cpp.
void KSSLKeyGen::setKeySize | ( | int | idx | ) |
Set the key size.
- Parameters
-
idx an index into supportedKeySizes()
Definition at line 271 of file ksslkeygen.cpp.
|
static |
List the supported key sizes.
- Returns
- the supported key sizes
Definition at line 256 of file ksslkeygen.cpp.
The documentation for this class was generated from the following files:
Documentation copyright © 1996-2014 The KDE developers.
Generated on Tue Oct 14 2014 22:50:04 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.