NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: 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
{
32
IdentityPackage
= 128,
33
KeyPackage
= 129,
34
CertificatePackage
= 130
35
};
36
37
enum
{
38
SafeBag
= 128,
39
EncryptedKeyBag
= 129
40
};
41
42
}
// namespace security
43
}
// namespace tlv
44
}
// namespace ndn
45
46
#endif // NDN_ENCODING_TLV_SECURITY_HPP
tlv.hpp
ndn
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-strategy-choice-helper.hpp:34
ndn::tlv::security::EncryptedKeyBag
Definition:
tlv-security.hpp:39
ndn::tlv::security::IdentityPackage
Definition:
tlv-security.hpp:32
ndn::tlv::security::CertificatePackage
Definition:
tlv-security.hpp:34
ndn::tlv::security::SafeBag
Definition:
tlv-security.hpp:38
ndn::tlv::security::KeyPackage
Definition:
tlv-security.hpp:33
security
ndnSIM
ndn-cxx
src
encoding
tlv-security.hpp
Generated on Wed Jan 11 2017 18:17:13 for ndnSIM by
1.8.13