KSSLSession Class Reference
#include <ksslsession.h>
Detailed Description
KDE SSL Session InformationKDE 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
Definition at line 42 of file ksslsession.h.
Public Member Functions | |
~KSSLSession () | |
QString | toString () const |
Static Public Member Functions | |
static KSSLSession * | fromString (const QString &s) |
Protected Member Functions | |
KSSLSession () | |
KSSLSession (const KSSLSession &) | |
Protected Attributes | |
void * | _session |
Friends | |
class | KSSL |
Constructor & Destructor Documentation
KSSLSession::~KSSLSession | ( | ) |
Member Function Documentation
QString KSSLSession::toString | ( | ) | const |
Convert to a base64 encoded string (so it can be copied safely).
Definition at line 44 of file ksslsession.cc.
KSSLSession * KSSLSession::fromString | ( | const QString & | s | ) | [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.cc.
The documentation for this class was generated from the following files: