Jeff Thompson | cf0fdd9 | 2013-10-12 11:54:35 -0700 | [diff] [blame^] | 1 | /* -*- 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 | |
| 13 | namespace ndn { |
| 14 | |
| 15 | class IdentityCertificate : public Certificate |
| 16 | { |
| 17 | |
| 18 | }; |
| 19 | |
| 20 | } |
| 21 | |
| 22 | #endif |