NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
certificate-bundle-fetcher.cpp File Reference
#include "certificate-bundle-fetcher.hpp"
#include "face.hpp"
#include "util/logger.hpp"
Include dependency graph for certificate-bundle-fetcher.cpp:

Go to the source code of this file.

Namespaces

 ndn
 Copyright (c) 2011-2015 Regents of the University of California.
 
 ndn::security
 
 ndn::security::v2
 

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)
 

Variables

ndn security v2 ndn::security::v2::CertificateBundleFetcher
 

Macro Definition Documentation

◆ NDN_LOG_DEBUG_DEPTH

#define NDN_LOG_DEBUG_DEPTH (   x)    NDN_LOG_DEBUG(std::string(state->getDepth() + 1, '>') << " " << x)

Definition at line 32 of file certificate-bundle-fetcher.cpp.

◆ NDN_LOG_TRACE_DEPTH

#define NDN_LOG_TRACE_DEPTH (   x)    NDN_LOG_TRACE(std::string(state->getDepth() + 1, '>') << " " << x)

Definition at line 33 of file certificate-bundle-fetcher.cpp.