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