26#include <tqstringlist.h>
53 KSSLKeyGen(TQWidget *parent=0L,
const char *name=0L,
bool modal=
false);
74 int generateCSR(
const TQString& name,
const TQString& pass,
int bits,
int e = 0x10001);
83 void slotPassChanged();
87 class KSSLKeyGenPrivate;
Dynamically load and wrap OpenSSL.
void setKeySize(int idx)
Set the key size.
int generateCSR(const TQString &name, const TQString &pass, int bits, int e=0x10001)
Generate the certificate signing request.
KSSLKeyGen(TQWidget *parent=0L, const char *name=0L, bool modal=false)
Construct a keygen dialog.
static TQStringList supportedKeySizes()
List the supported key sizes.