• Skip to content
  • Skip to link menu
Trinity API Reference
  • Trinity API Reference
  • tdeio/kssl
 

tdeio/kssl

Public Member Functions | Static Public Member Functions | List of all members
KSSLKeyGen Class Reference

#include <ksslkeygen.h>

Inherits KWizard.

Public Member Functions

 KSSLKeyGen (TQWidget *parent=0L, const char *name=0L, bool modal=false)
 
virtual ~KSSLKeyGen ()
 
int generateCSR (const TQString &name, const TQString &pass, int bits, int e=0x10001)
 
void setKeySize (int idx)
 

Static Public Member Functions

static TQStringList 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.

Author
George Staikos staik.nosp@m.os@k.nosp@m.de.or.nosp@m.g
See also
KSSL, KSSLCertificate, KSSLPKCS12

KDE Key Generation Dialog

Definition at line 44 of file ksslkeygen.h.

Constructor & Destructor Documentation

◆ KSSLKeyGen()

KSSLKeyGen::KSSLKeyGen ( TQWidget *  parent = 0L,
const char *  name = 0L,
bool  modal = false 
)

Construct a keygen dialog.

Parameters
parentthe parent widget
namethe internal name of this instance
modaltrue if the dialog should be modal

Definition at line 42 of file ksslkeygen.cpp.

◆ ~KSSLKeyGen()

KSSLKeyGen::~KSSLKeyGen ( )
virtual

Destroy this dialog.

Definition at line 63 of file ksslkeygen.cpp.

Member Function Documentation

◆ generateCSR()

int KSSLKeyGen::generateCSR ( const TQString &  name,
const TQString &  pass,
int  bits,
int  e = 0x10001 
)

Generate the certificate signing request.

Parameters
namethe name for the certificate
passthe password for the request
bitsthe bitsize for the key
ethe value of the "e" parameter in RSA
Returns
0 on success, non-zero on error

Definition at line 122 of file ksslkeygen.cpp.

◆ setKeySize()

void KSSLKeyGen::setKeySize ( int  idx)
inline

Set the key size.

Parameters
idxan index into supportedKeySizes()

Definition at line 80 of file ksslkeygen.h.

◆ supportedKeySizes()

TQStringList KSSLKeyGen::supportedKeySizes ( )
static

List the supported key sizes.

Returns
the supported key sizes

Definition at line 205 of file ksslkeygen.cpp.


The documentation for this class was generated from the following files:
  • ksslkeygen.h
  • ksslkeygen.cpp

tdeio/kssl

Skip menu "tdeio/kssl"
  • Main Page
  • Alphabetical List
  • Class List
  • File List
  • Class Members
  • Related Pages

tdeio/kssl

Skip menu "tdeio/kssl"
  • arts
  • dcop
  • dnssd
  • interfaces
  •   kspeech
  •     interface
  •     library
  •   tdetexteditor
  • kate
  • kded
  • kdoctools
  • kimgio
  • kjs
  • libtdemid
  • libtdescreensaver
  • tdeabc
  • tdecmshell
  • tdecore
  • tdefx
  • tdehtml
  • tdeinit
  • tdeio
  •   bookmarks
  •   httpfilter
  •   kpasswdserver
  •   kssl
  •   tdefile
  •   tdeio
  •   tdeioexec
  • tdeioslave
  •   http
  • tdemdi
  •   tdemdi
  • tdenewstuff
  • tdeparts
  • tdeprint
  • tderandr
  • tderesources
  • tdespell2
  • tdesu
  • tdeui
  • tdeunittest
  • tdeutils
  • tdewallet
Generated for tdeio/kssl by doxygen 1.9.4
This website is maintained by Timothy Pearson.