blob: 1d0639f22bbdea3f5084e0d1751f98a5eef64e18 [file] [log] [blame]
/**
* 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)
{
}
}