Jeff Thompson | 4147191 | 2013-09-12 16:21:50 -0700 | [diff] [blame^] | 1 | /** |
2 | * @author: Jeff Thompson | ||||
3 | * See COPYING for copyright and distribution information. | ||||
4 | */ | ||||
5 | |||||
6 | #include "identity-manager.hpp" | ||||
7 | |||||
8 | namespace ndn { | ||||
9 | |||||
10 | void IdentityManager::signByCertificate(const Data &data, const Name &certificateName, WireFormat& wireFormat) | ||||
11 | { | ||||
12 | |||||
13 | } | ||||
14 | |||||
15 | } |