org.kde.koala
public class KSSLKeyGen extends KWizard
See Also: KSSL KSSLCertificate KSSLPKCS12
UNKNOWN: KDE Key Generation Dialog.
Constructor Summary | |
---|---|
protected | KSSLKeyGen(Class dummy) |
KSSLKeyGen(QWidget parent, String name, boolean modal)
Construct a keygen dialog. | |
KSSLKeyGen(QWidget parent, String name) | |
KSSLKeyGen(QWidget parent) | |
KSSLKeyGen() |
Method Summary | |
---|---|
String | className() |
void | dispose() Delete the wrapped C++ instance ahead of finalize() |
protected void | finalize() Deletes the wrapped C++ instance |
int | generateCSR(String name, String pass, int bits, int e)
Generate the certificate signing request. |
int | generateCSR(String name, String pass, int bits) |
boolean | isDisposed() Has the wrapped C++ instance been deleted? |
QMetaObject | metaObject() |
void | setKeySize(int idx)
Set the key size. |
static ArrayList | supportedKeySizes()
List the supported key sizes. |
Parameters: parent the parent widget name the internal name of this instance modal true if the dialog should be modal
UNKNOWN: Construct a keygen dialog.
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
UNKNOWN: Generate the certificate signing request.
Parameters: idx an index into supportedKeySizes()
UNKNOWN: Set the key size.
Returns: the supported key sizes
UNKNOWN: List the supported key sizes.