#include "ndn-cxx/security/validation-state.hpp"
#include "ndn-cxx/security/validator.hpp"
#include "ndn-cxx/security/verification-helpers.hpp"
#include "ndn-cxx/util/logger.hpp"
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(this->getDepth() + 1, '>') << " " << x) |
#define | NDN_LOG_TRACE_DEPTH(x) NDN_LOG_TRACE(std::string(this->getDepth() + 1, '>') << " " << x) |
Variables | |
ndn security | ndn::security::v2::ValidationState |
#define NDN_LOG_DEBUG_DEPTH | ( | x | ) | NDN_LOG_DEBUG(std::string(this->getDepth() + 1, '>') << " " << x) |
Definition at line 33 of file validation-state.cpp.
Referenced by ndn::security::v2::DataValidationState::fail(), and ndn::security::v2::InterestValidationState::fail().
#define NDN_LOG_TRACE_DEPTH | ( | x | ) | NDN_LOG_TRACE(std::string(this->getDepth() + 1, '>') << " " << x) |
Definition at line 34 of file validation-state.cpp.
Referenced by ndn::security::v2::ValidationState::addCertificate(), ndn::security::v2::DataValidationState::~DataValidationState(), and ndn::security::v2::InterestValidationState::~InterestValidationState().