blob: 29626b376a87620d1b7573275be9c5a75fe187d4 [file] [log] [blame]
Jeff Thompsone7e069b2013-09-27 15:48:48 -07001/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil -*- */
2/**
3 * Copyright (C) 2013 Regents of the University of California.
4 * @author: Yingdi Yu <yingdi@cs.ucla.edu>
5 * @author: Jeff Thompson <jefft0@remap.ucla.edu>
6 * See COPYING for copyright and distribution information.
7 */
8
9#ifndef NDN_CERTIFICATE_HPP
10#define NDN_CERTIFICATE_HPP
11
12#include "../../data.hpp"
13
14namespace ndn {
15
16class Certificate : public Data {
17
18};
19
20}
21
22#endif