/** | |
* @author: Yingdi Yu <yingdi@cs.ucla.edu> | |
* @author: Jeff Thompson | |
* See COPYING for copyright and distribution information. | |
*/ | |
#include "identity-manager.hpp" | |
namespace ndn { | |
void IdentityManager::signByCertificate(const Data &data, const Name &certificateName, WireFormat& wireFormat) | |
{ | |
} | |
} |