Profile signing is working
diff --git a/src/contact-storage.h b/src/contact-storage.h
index 62a0e8b..5b87146 100644
--- a/src/contact-storage.h
+++ b/src/contact-storage.h
@@ -45,7 +45,11 @@
 
   void
   updateProfileData(const ndn::Name& identity) const;
-
+  
+  inline ndn::Ptr<ndn::security::IdentityManager> 
+  getIdentityManager()
+  { return m_identityManager; }
+  
 private:
   bool
   doesSelfEntryExist(const ndn::Name& identity, const std::string& profileType);