#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>
Go to the source code of this file.
Classes | |
| class | nfd::CommandAuthenticatorValidationPolicy | 
| a validation policy that only permits Interest signed by a trust anchor  More... | |
Namespaces | |
| nfd | |
| Copyright (c) 2011-2015 Regents of the University of California.  | |
Typedefs | |
| using | nfd::SignerTag = ndn::SimpleTag< Name, 20 > | 
| an Interest tag to indicate command signer  More... | |
Functions | |
| static ndn::optional< std::string > | nfd::getSignerFromTag (const Interest &interest) | 
| obtain signer from SignerTag attached to Interest, if available  More... | |
Variables | |
| nfd::CommandAuthenticator | |