|
IBR-DTNSuite 0.6
|
#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 374 of file Configuration.h.
| dtn::daemon::Configuration::Security::Security | ( | ) | [protected] |
Definition at line 85 of file Configuration.cpp.
| dtn::daemon::Configuration::Security::~Security | ( | ) | [protected, virtual] |
Definition at line 899 of file Configuration.cpp.
| bool dtn::daemon::Configuration::Security::doTLS | ( | ) | const |
checks if TLS shall be activated
Definition at line 906 of file Configuration.cpp.
Referenced by __daemon_run().
| bool dtn::daemon::Configuration::Security::enabled | ( | ) | const |
Definition at line 901 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 787 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 911 of file Configuration.cpp.
friend class Configuration [friend] |
Definition at line 376 of file Configuration.h.