#include "command-authenticator.hpp"
#include "common/logger.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/tag.hpp>
#include <ndn-cxx/util/io.hpp>
#include <boost/filesystem/operations.hpp>
#include <boost/filesystem/path.hpp>
Go to the source code of this file.
|
static std::optional< std::string > | nfd::getSignerFromTag (const Interest &interest) |
| Obtain signer from a SignerTag attached to interest , if available. More...
|
|