blob: 30da18fce0729fc331d70501f65e2baf92953378 [file] [log] [blame]
Jeff Thompson41471912013-09-12 16:21:50 -07001/**
Jeff Thompson06e787d2013-09-12 19:00:55 -07002 * @author: Yingdi Yu <yingdi@cs.ucla.edu>
Jeff Thompson41471912013-09-12 16:21:50 -07003 * @author: Jeff Thompson
4 * See COPYING for copyright and distribution information.
5 */
6
7#include "identity-manager.hpp"
8
9namespace ndn {
10
11void IdentityManager::signByCertificate(const Data &data, const Name &certificateName, WireFormat& wireFormat)
12{
13
14}
15
16}