#include <checker.hpp>
Public Member Functions | |
HierarchicalChecker (uint32_t sigType) | |
Public Member Functions inherited from ndn::security::conf::CustomizedChecker | |
CustomizedChecker (uint32_t sigType, shared_ptr< KeyLocatorChecker > keyLocatorChecker) | |
virtual int8_t | check (const Data &data, const OnDataChecked &onValidated, const OnDataCheckFailed &onValidationFailed) |
check if data satisfies condition defined in the specific checker implementation More... | |
virtual int8_t | check (const Interest &interest, const OnInterestChecked &onValidated, const OnInterestCheckFailed &onValidationFailed) |
check if interest satisfies condition defined in the specific checker implementation More... | |
Public Member Functions inherited from ndn::security::conf::Checker | |
virtual | ~Checker () |
Additional Inherited Members | |
Public Types inherited from ndn::security::conf::Checker | |
enum | { INTEREST_SIG_VALUE = -1, INTEREST_SIG_INFO = -2 } |
typedef function< void(const shared_ptr< const Interest > &)> | OnInterestChecked |
typedef function< void(const shared_ptr< const Interest > &, const std::string &)> | OnInterestCheckFailed |
typedef function< void(const shared_ptr< const Data > &)> | OnDataChecked |
typedef function< void(const shared_ptr< const Data > &, const std::string &)> | OnDataCheckFailed |
Definition at line 220 of file checker.hpp.
|
inlineexplicit |
Definition at line 224 of file checker.hpp.