#include <ndn-cxx/security/validator-config/checker.hpp>
Definition at line 169 of file checker.hpp.
◆ HyperRelationChecker()
ndn::security::v2::validator_config::HyperRelationChecker::HyperRelationChecker |
( |
tlv::SignatureTypeValue |
sigType, |
|
|
const std::string & |
pktNameExpr, |
|
|
const std::string |
pktNameExpand, |
|
|
const std::string & |
klNameExpr, |
|
|
const std::string |
klNameExpand, |
|
|
const NameRelation & |
hyperRelation |
|
) |
| |
◆ accept()
static Result ndn::security::v2::validator_config::Checker::accept |
( |
| ) |
|
|
inlinestaticprotectedinherited |
◆ check()
Check if packet name and KeyLocator satisfy the checker's conditions.
- Parameters
-
Definition at line 73 of file checker.cpp.
◆ checkNames()
Checker::Result ndn::security::v2::validator_config::HyperRelationChecker::checkNames |
( |
const Name & |
pktName, |
|
|
const Name & |
klName |
|
) |
| |
|
overrideprotectedvirtual |
◆ create()
unique_ptr< Checker > ndn::security::v2::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 182 of file checker.cpp.
◆ reject()
Checker::NegativeResultBuilder ndn::security::v2::validator_config::Checker::reject |
( |
| ) |
|
|
staticprotectedinherited |
◆ m_sigType