NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
validation-state.hpp File Reference
#include "ndn-cxx/detail/tag-host.hpp"
#include "ndn-cxx/security/certificate.hpp"
#include "ndn-cxx/security/signing-info.hpp"
#include "ndn-cxx/security/validation-callback.hpp"
#include "ndn-cxx/util/signal.hpp"
#include <list>
#include <unordered_set>
#include <boost/logic/tribool.hpp>
Include dependency graph for validation-state.hpp:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  ndn::security::v2::ValidationState
 Validation state. More...
 
class  ndn::security::v2::DataValidationState
 Validation state for a data packet. More...
 
class  ndn::security::v2::InterestValidationState
 Validation state for an interest packet. More...
 

Namespaces

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

Typedefs

using ndn::security::v2::SignedInterestFormatTag = SimpleTag< SignedInterestFormat, 1002 >