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