KSSLSession Class Reference
KDE SSL Session Information KDE SSL Session Information. More...
#include <ksslsession.h>
Public Member Functions | |
~KSSLSession () | |
QString | toString () const |
Static Public Member Functions | |
KSSLSession * | fromString (const QString &s) |
Protected Member Functions | |
KSSLSession (const KSSLSession &) | |
Protected Attributes | |
void * | _session |
Detailed Description
KDE SSL Session Information 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.
- Author:
- George Staikos <staikos@kde.org>
- See also:
- KSSL
Definition at line 42 of file ksslsession.h.
Constructor & Destructor Documentation
|
Destroy this instance.
Definition at line 34 of file ksslsession.cc. References KOpenSSLProxy::self(), and KOpenSSLProxy::SSL_SESSION_free(). |
Member Function Documentation
|
Convert to a base64 encoded string (so it can be copied safely).
Definition at line 44 of file ksslsession.cc. References KOpenSSLProxy::i2d_SSL_SESSION(), and KOpenSSLProxy::self(). |
|
Create as session ID object from a base64 encoded string.
Definition at line 69 of file ksslsession.cc. References _session, and fromString(). Referenced by fromString(). |
The documentation for this class was generated from the following files: