commit | 2abd73f6bebf8d5c7e1b1fb976d4a973ee77eca4 | [log] [tgz] |
---|---|---|
author | Yingdi Yu <yuyingdi@gmail.com> | Wed Jan 08 23:34:11 2014 -0800 |
committer | Yingdi Yu <yuyingdi@gmail.com> | Mon Jan 13 12:56:22 2014 -0800 |
tree | a264924effc245d68a4bda4967ec4df38befbd05 | |
parent | d453f07692f011abf1c4e299af867a44e946ca0c [diff] [blame] |
security: Split KeyChain into signing (KeyChain) and verification (Verifier) interfaces This split removes the need for IdentityManager. Also in this commit: Make verifySignature methods a set of static methods of Verifier. Change-Id: Iea1c4353857a21417b2dcd1f91ba7013995d1459
diff --git a/include/ndn-cpp/security/policy/validation-request.hpp b/include/ndn-cpp/security/policy/validation-request.hpp index 78f2d6c..69a1079 100644 --- a/include/ndn-cpp/security/policy/validation-request.hpp +++ b/include/ndn-cpp/security/policy/validation-request.hpp
@@ -9,7 +9,7 @@ #ifndef NDN_VALIDATION_REQUEST_HPP #define NDN_VALIDATION_REQUEST_HPP -#include "../key-chain.hpp" +#include "../../interest.hpp" namespace ndn {