Added getWireEncoding.
diff --git a/ndn-cpp/data.hpp b/ndn-cpp/data.hpp
index 26fb9f9..e8434b4 100644
--- a/ndn-cpp/data.hpp
+++ b/ndn-cpp/data.hpp
@@ -207,6 +207,12 @@
   getContent() const { return content_; }
 
   /**
+   * Return a pointer to the wireEncoding.  It may be null.
+   */
+  const SignedBlob&
+  getWireEncoding() const { return wireEncoding_; }
+  
+  /**
    * Set the signature to a copy of the given signature.
    * @param signature The signature object which is cloned.
    */