IBR-DTN
1.0.0
|
#include <NativeDaemon.h>
Public Attributes | |
std::string | endpoint |
std::string | fingerprint |
std::string | data |
int | trustlevel |
unsigned int | flags |
Definition at line 99 of file NativeDaemon.h.
std::string dtn::daemon::NativeKeyInfo::data |
Definition at line 103 of file NativeDaemon.h.
Referenced by dtn::daemon::NativeDaemon::getKeyInfo().
std::string dtn::daemon::NativeKeyInfo::endpoint |
Definition at line 101 of file NativeDaemon.h.
Referenced by dtn::daemon::NativeDaemon::getKeyInfo().
std::string dtn::daemon::NativeKeyInfo::fingerprint |
Definition at line 102 of file NativeDaemon.h.
Referenced by dtn::daemon::NativeDaemon::getKeyInfo().
unsigned int dtn::daemon::NativeKeyInfo::flags |
Definition at line 105 of file NativeDaemon.h.
Referenced by dtn::daemon::NativeDaemon::getKeyInfo().
int dtn::daemon::NativeKeyInfo::trustlevel |
Definition at line 104 of file NativeDaemon.h.
Referenced by dtn::daemon::NativeDaemon::getKeyInfo().