KIO
Public Member Functions |
Static Public Member Functions |
Protected Member Functions |
Protected Attributes |
List of all members
KSSLSession Class Reference
#include <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 |
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 | ( | ) |
Destroy this instance.
Definition at line 33 of file ksslsession.cpp.
|
protected |
Definition at line 29 of file ksslsession.cpp.
|
protected |
Member Function Documentation
|
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 69 of file ksslsession.cpp.
QString KSSLSession::toString | ( | ) | const |
Convert to a base64 encoded string (so it can be copied safely)
Definition at line 43 of file ksslsession.cpp.
Member Data Documentation
|
protected |
Definition at line 65 of file ksslsession.h.
The documentation for this class was generated from the following files:
This file is part of the KDE documentation.
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
Documentation copyright © 1996-2020 The KDE developers.
Generated on Mon Jun 22 2020 13:24:55 by doxygen 1.8.7 written by Dimitri van Heesch, © 1997-2006
KDE's Doxygen guidelines are available online.