#include "ndn-cxx/security/certificate-bundle-fetcher.hpp"
#include "ndn-cxx/security/certificate-request.hpp"
#include "ndn-cxx/security/certificate-storage.hpp"
#include "ndn-cxx/security/validation-state.hpp"
#include "ndn-cxx/tag.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) |
Typedefs | |
using | ndn::security::BundleNameTag = SimpleTag< Name, 1000 > |
using | ndn::security::FinalBlockIdTag = SimpleTag< name::Component, 1001 > |
#define NDN_LOG_DEBUG_DEPTH | ( | x | ) | NDN_LOG_DEBUG(std::string(state->getDepth() + 1, '>') << ' ' << x) |
Definition at line 30 of file certificate-bundle-fetcher.cpp.