#include "ndn-cxx/security/certificate-fetcher-from-network.hpp"
#include "ndn-cxx/face.hpp"
#include "ndn-cxx/security/certificate-request.hpp"
#include "ndn-cxx/security/validation-state.hpp"
#include "ndn-cxx/util/logger.hpp"
Go to the source code of this file.
Namespaces | |
ndn | |
ndn::security | |
Contains the ndn-cxx security framework. | |
Macros | |
#define | NDN_LOG_DEBUG_DEPTH(x) NDN_LOG_DEBUG(std::string(state->getDepth() + 1, '>') << " " << x) |
#define | NDN_LOG_TRACE_DEPTH(x) NDN_LOG_TRACE(std::string(state->getDepth() + 1, '>') << " " << x) |
#define NDN_LOG_DEBUG_DEPTH | ( | x | ) | NDN_LOG_DEBUG(std::string(state->getDepth() + 1, '>') << " " << x) |
Definition at line 33 of file certificate-fetcher-from-network.cpp.
#define NDN_LOG_TRACE_DEPTH | ( | x | ) | NDN_LOG_TRACE(std::string(state->getDepth() + 1, '>') << " " << x) |
Definition at line 34 of file certificate-fetcher-from-network.cpp.