| /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil -*- */ |
| * Copyright (C) 2013 Regents of the University of California. |
| * @author: Yingdi Yu <yingdi@cs.ucla.edu> |
| * @author: Jeff Thompson <jefft0@remap.ucla.edu> |
| * See COPYING for copyright and distribution information. |
| #include <ndn-cpp/security/policy/no-verify-policy-manager.hpp> |
| using namespace ndn::ptr_lib; |
| NoVerifyPolicyManager::~NoVerifyPolicyManager() |
| NoVerifyPolicyManager::skipVerifyAndTrust(const Data& data) |
| NoVerifyPolicyManager::requireVerify(const Data& data) |
| shared_ptr<ValidationRequest> |
| NoVerifyPolicyManager::checkVerificationPolicy |
| (const shared_ptr<Data>& data, const int& stepCount, const OnVerified& onVerified, const OnVerifyFailed& onVerifyFailed) |
| return shared_ptr<ValidationRequest>(); |
| NoVerifyPolicyManager::checkSigningPolicy(const Name& dataName, const Name& certificateName) |
| NoVerifyPolicyManager::inferSigningIdentity(const Name& dataName) |