#include "ndn-cxx/data.hpp"#include "ndn-cxx/interest.hpp"#include "ndn-cxx/security/security-common.hpp"#include "ndn-cxx/security/v2/validation-error.hpp"
Include dependency graph for validation-callback.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| ndn | |
| ndn::security | |
| ndn::security::v2 | |
Typedefs | |
| typedef function< void(const Data &data, const ValidationError &error)> | ndn::security::v2::DataValidationFailureCallback |
| Callback to report a failed Data validation. More... | |
| typedef function< void(const Data &data)> | ndn::security::v2::DataValidationSuccessCallback |
| Callback to report a successful Data validation. More... | |
| typedef function< void(const Interest &interest, const ValidationError &error)> | ndn::security::v2::InterestValidationFailureCallback |
| Callback to report a failed Interest validation. More... | |
| typedef function< void(const Interest &interest)> | ndn::security::v2::InterestValidationSuccessCallback |
| Callback to report a successful Interest validation. More... | |