ndn::security::conf::CheckerFactory Class Reference

#include <checker.hpp>

Static Public Member Functions

static shared_ptr< Checkercreate (const ConfigSection &configSection, const std::string &configFilename)
 create a checker from configuration file. More...
 

Detailed Description

Definition at line 297 of file checker.hpp.

Member Function Documentation

static shared_ptr<Checker> ndn::security::conf::CheckerFactory::create ( const ConfigSection configSection,
const std::string &  configFilename 
)
inlinestatic

create a checker from configuration file.

Parameters
configSectionThe section containing the definition of checker.
configFilenameThe configuration file name.
Returns
a shared pointer to the created checker.

Definition at line 308 of file checker.hpp.