Public Member Functions |
Static Public Member Functions |
Protected Member Functions |
Protected Attributes |
Friends |
List of all members
KSSLSession Class Reference
#include <ksslsession.h>
Public Member Functions | |
~KSSLSession () | |
TQString | toString () const |
Static Public Member Functions | |
static KSSLSession * | fromString (const TQString &s) |
Protected Member Functions | |
KSSLSession (const KSSLSession &) | |
Protected Attributes | |
void * | _session |
Friends | |
class | KSSL |
Detailed Description
KDE SSL Session Information.
This class contains data about an SSL session. It is just used as a container that is taken from or passed to KSSL objects.
- See also
- KSSL
KDE SSL Session Information
Definition at line 42 of file ksslsession.h.
Constructor & Destructor Documentation
◆ ~KSSLSession()
KSSLSession::~KSSLSession | ( | ) |
Destroy this instance.
Definition at line 34 of file ksslsession.cpp.
Member Function Documentation
◆ fromString()
|
static |
Create as session ID object from a base64 encoded string.
- Parameters
-
s the session id in base64 encoded ASN.1 format
- Returns
- a KSSLSession object, or 0L on error
Definition at line 67 of file ksslsession.cpp.
◆ toString()
TQString KSSLSession::toString | ( | ) | const |
Convert to a base64 encoded string (so it can be copied safely)
Definition at line 44 of file ksslsession.cpp.
The documentation for this class was generated from the following files: