|
IBR-DTNSuite
0.8
|
#include <Configuration.h>


Public Member Functions | |
| bool | enabled () const |
| bool | doTLS () const |
| checks if TLS shall be activated | |
| bool | TLSRequired () const |
| Checks if TLS is required. | |
Protected Member Functions | |
| Security () | |
| virtual | ~Security () |
| void | load (const ibrcommon::ConfigFile &conf) |
Friends | |
| class | Configuration |
Definition at line 415 of file Configuration.h.
| dtn::daemon::Configuration::Security::Security | ( | ) | [protected] |
Definition at line 87 of file Configuration.cpp.
| dtn::daemon::Configuration::Security::~Security | ( | ) | [protected, virtual] |
Definition at line 1058 of file Configuration.cpp.
| bool dtn::daemon::Configuration::Security::doTLS | ( | ) | const |
checks if TLS shall be activated
Definition at line 1065 of file Configuration.cpp.
Referenced by __daemon_run().
| bool dtn::daemon::Configuration::Security::enabled | ( | ) | const |
Definition at line 1060 of file Configuration.cpp.
Referenced by __daemon_run().
| void dtn::daemon::Configuration::Security::load | ( | const ibrcommon::ConfigFile & | conf | ) | [protected, virtual] |
Implements dtn::daemon::Configuration::Extension.
Definition at line 943 of file Configuration.cpp.
References ibrcommon::File::createDirectory(), IBRCOMMON_LOGGER, IBRCOMMON_LOGGER_ENDL, and ibrcommon::ConfigFile::read().
Referenced by dtn::daemon::Configuration::load().

| bool dtn::daemon::Configuration::Security::TLSRequired | ( | ) | const |
Checks if TLS is required.
Definition at line 1070 of file Configuration.cpp.
References dtn::utils::Clock::quality.
friend class Configuration [friend] |
Definition at line 417 of file Configuration.h.