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