command-authenticator.cpp File Reference
#include "command-authenticator.hpp"
#include "core/logger.hpp"
#include <ndn-cxx/tag.hpp>
#include <ndn-cxx/security/v2/certificate-fetcher-offline.hpp>
#include <ndn-cxx/security/v2/certificate-request.hpp>
#include <ndn-cxx/security/v2/validation-policy.hpp>
#include <ndn-cxx/security/v2/validation-policy-accept-all.hpp>
#include <ndn-cxx/security/v2/validation-policy-command-interest.hpp>
#include <ndn-cxx/security/v2/validator.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
 Copyright (c) 2014-2015, Regents of the University of California, Arizona Board of Regents, Colorado State University, University Pierre & Marie Curie, Sorbonne University, Washington University in St.
 

Typedefs

using nfd::SignerTag = ndn::SimpleTag< Name, 20 >
 an Interest tag to indicate command signer More...
 

Functions

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