command-authenticator.cpp File Reference
#include "command-authenticator.hpp"
#include "common/logger.hpp"
#include <ndn-cxx/tag.hpp>
#include <ndn-cxx/security/certificate-fetcher-offline.hpp>
#include <ndn-cxx/security/certificate-request.hpp>
#include <ndn-cxx/security/validation-policy.hpp>
#include <ndn-cxx/security/validation-policy-accept-all.hpp>
#include <ndn-cxx/security/validation-policy-command-interest.hpp>
#include <ndn-cxx/util/io.hpp>
#include <boost/filesystem.hpp>
+ Include dependency graph for command-authenticator.cpp:

Go to the source code of this file.

Namespaces

 nfd
 

Typedefs

using nfd::SignerTag = ndn::SimpleTag< Name, 20 >
 An Interest tag to store the command signer. More...
 

Functions

static std::optional< std::string > nfd::getSignerFromTag (const Interest &interest)
 Obtain signer from a SignerTag attached to interest, if available. More...