#include "../interest.hpp"
Include dependency graph for validation-request.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| class | ndn::security::ValidationRequest |
| ValidationRequest contains information related to further validation. More... | |
Namespaces | |
| ndn | |
| Copyright (c) 2013-2017 Regents of the University of California. | |
| ndn::security | |
Typedefs | |
| typedef function< void(const shared_ptr< const Data > &)> | ndn::security::OnDataValidated |
| Callback to report a successful Data validation. More... | |
| typedef function< void(const shared_ptr< const Data > &, const std::string &)> | ndn::security::OnDataValidationFailed |
| Callback to report a failed Data validation. More... | |
| typedef function< void(const shared_ptr< const Interest > &)> | ndn::security::OnInterestValidated |
| Callback to report a successful Interest validation. More... | |
| typedef function< void(const shared_ptr< const Interest > &, const std::string &)> | ndn::security::OnInterestValidationFailed |
| Callback to report a failed Interest validation. More... | |