#include "ndn-cxx/data.hpp"
#include "ndn-cxx/interest.hpp"
#include "ndn-cxx/security/validation-error.hpp"
Go to the source code of this file.
Namespaces | |
ndn | |
ndn::security | |
Contains the ndn-cxx security framework. | |
Typedefs | |
using | ndn::security::DataValidationFailureCallback = std::function< void(const Data &, const ValidationError &)> |
Callback to report a failed Data validation. More... | |
using | ndn::security::DataValidationSuccessCallback = std::function< void(const Data &)> |
Callback to report a successful Data validation. More... | |
using | ndn::security::InterestValidationFailureCallback = std::function< void(const Interest &, const ValidationError &)> |
Callback to report a failed Interest validation. More... | |
using | ndn::security::InterestValidationSuccessCallback = std::function< void(const Interest &)> |
Callback to report a successful Interest validation. More... | |