#include <ndn-cxx/security/validator-config/checker.hpp>
|
| static unique_ptr< Checker > | create (const ConfigSection &configSection, const std::string &configFilename) |
| | Create a checker from configuration section.
|
| |
Definition at line 139 of file checker.hpp.
◆ NameRelationChecker()
◆ accept()
| static Result ndn::security::validator_config::Checker::accept |
( |
| ) |
|
|
inlinestaticprotectedinherited |
◆ check()
Check if packet name and KeyLocator satisfy the checker's conditions.
- Parameters
-
Definition at line 68 of file checker.cpp.
◆ checkNames()
| Checker::Result ndn::security::validator_config::NameRelationChecker::checkNames |
( |
const Name & |
pktName, |
|
|
const Name & |
klName |
|
) |
| |
|
overrideprotectedvirtual |
◆ create()
| unique_ptr< Checker > ndn::security::validator_config::Checker::create |
( |
const ConfigSection & |
configSection, |
|
|
const std::string & |
configFilename |
|
) |
| |
|
staticinherited |
Create a checker from configuration section.
- Parameters
-
| configSection | The section containing the definition of checker. |
| configFilename | The configuration file name. |
- Returns
- a checker created from configuration
Definition at line 177 of file checker.cpp.
◆ reject()
| Checker::NegativeResultBuilder ndn::security::validator_config::Checker::reject |
( |
| ) |
|
|
staticprotectedinherited |
◆ m_sigType