validation-callback.hpp File Reference
+ 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
 Copyright (c) 2013-2017 Regents of the University of California.
 
 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...