50 m_policyConfig.
load(filename);
56 m_policyConfig.
load(input, filename);
62 m_policyConfig.
load(input, filename);
67 const std::string& filename)
69 m_policyConfig.
load(configSection, filename);
Provide a communication channel with local or remote NDN forwarder.
Fetch missing keys from the network.
Validation policy for stop-and-wait command Interests.
Validation policy for signed Interests.
Helper for validator that uses SignedInterest + CommandInterest + Config policy and NetworkFetcher.
ValidatorConfig(std::unique_ptr< CertificateFetcher > fetcher, const CommandInterestOptions &ciOptions={}, const SignedInterestOptions &siOptions={})
void load(const std::string &filename)
Interface for validating data and interest packets.
A validator that can be set up via a configuration file.
void load(const std::string &filename)
Load policy from file filename.
boost::property_tree::ptree ConfigSection
Contains the ndn-cxx security framework.