#include <tlsgnutlsserveranon.h>
Inherits GnuTLSBase.
Inheritance diagram for GnuTLSServerAnon:

Public Member Functions | |
| GnuTLSServerAnon (TLSHandler *th) | |
| virtual | ~GnuTLSServerAnon () |
| virtual bool | init () |
| virtual void | cleanup () |
You should not need to use this class directly.
Definition at line 44 of file tlsgnutlsserveranon.h.
|
|
Constructor.
Definition at line 24 of file tlsgnutlsserveranon.cpp. |
|
|
Virtual destructor. Definition at line 29 of file tlsgnutlsserveranon.cpp. |
|
|
This function performs internal cleanup and will be called after a failed handshake attempt. Reimplemented from GnuTLSBase. Definition at line 35 of file tlsgnutlsserveranon.cpp. |
|
|
Initializes the TLS module. This function must be called (and execute successfully) before the module can be used.
Implements TLSBase. Definition at line 41 of file tlsgnutlsserveranon.cpp. |
1.4.1