NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
tlv-security.hpp
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
22 #ifndef NDN_ENCODING_TLV_SECURITY_HPP
23 #define NDN_ENCODING_TLV_SECURITY_HPP
24 
25 #include "tlv.hpp"
26 
27 namespace ndn {
28 namespace tlv {
29 namespace security {
30 
31 enum {
33  KeyPackage = 129,
35 };
36 
37 } // namespace security
38 } // namespace tlv
39 } // namespace ndn
40 
41 #endif // NDN_ENCODING_TLV_SECURITY_HPP
Copyright (c) 2011-2015 Regents of the University of California.