#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 <filesystem>
Go to the source code of this file.
|
| using | nfd::SignerTag = ndn::SimpleTag< Name, 20 > |
| | An Interest tag to store the command signer.
|
| |
|
| static std::optional< std::string > | nfd::getSignerFromTag (const Interest &interest) |
| | Obtain signer from a SignerTag attached to interest, if available.
|
| |