Filter to check that packet name matches the specified regular expression. More...
#include <filter.hpp>
Public Member Functions | |
RegexNameFilter (const Regex ®ex) | |
Public Member Functions inherited from ndn::security::v2::validator_config::Filter | |
virtual | ~Filter ()=default |
bool | match (uint32_t pktType, const Name &pktName) |
Additional Inherited Members | |
Static Public Member Functions inherited from ndn::security::v2::validator_config::Filter | |
static unique_ptr< Filter > | create (const ConfigSection &configSection, const std::string &configFilename) |
Create a filter from the configuration section. More... | |
Filter to check that packet name matches the specified regular expression.
The following configuration
creates
Definition at line 123 of file filter.hpp.
|
explicit |
Definition at line 64 of file filter.cpp.