utils: Enable use of DummyKeychain to avoid crypto overhead

Refs: #2233
diff --git a/helper/ndn-stack-helper.hpp b/helper/ndn-stack-helper.hpp
index d32769c..afc43dc 100644
--- a/helper/ndn-stack-helper.hpp
+++ b/helper/ndn-stack-helper.hpp
@@ -292,6 +292,9 @@
   void
   SetDefaultRoutes(bool needSet);
 
+  static KeyChain&
+  getKeyChain();
+
 private:
   shared_ptr<NetDeviceFace>
   DefaultNetDeviceCallback(Ptr<Node> node, Ptr<L3Protocol> ndn, Ptr<NetDevice> netDevice) const;