#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/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::DataValidationState |
| Validation state for a data packet. More... | |
| class | ndn::security::InterestValidationState |
| Validation state for an interest packet. More... | |
| class | ndn::security::ValidationState |
| Validation state. More... | |
Namespaces | |
| ndn | |
| ndn::security | |
| Contains the ndn-cxx security framework. | |
Typedefs | |
| using | ndn::security::SignedInterestFormatTag = SimpleTag< SignedInterestFormat, 1002 > |