NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
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 375 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 386 of file checker.hpp.

References ndn::security::conf::KeyLocatorCheckerFactory::create(), ndn::tlv::DigestSha256, ndn::tlv::SignatureSha256WithEcdsa, and ndn::tlv::SignatureSha256WithRsa.


The documentation for this class was generated from the following file: