In PublisherPublicKeyDigest, make the value a Blob.
diff --git a/ndn-cpp/node.hpp b/ndn-cpp/node.hpp
index 9efb742..d9113d6 100644
--- a/ndn-cpp/node.hpp
+++ b/ndn-cpp/node.hpp
@@ -215,7 +215,7 @@
   std::vector<ptr_lib::shared_ptr<PitEntry> > pit_;
   std::vector<ptr_lib::shared_ptr<PrefixEntry> > registeredPrefixTable_;
   Interest ndndIdFetcherInterest_;
-  std::vector<unsigned char> ndndId_;
+  Blob ndndId_;
 };
 
 }