NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
security-common.hpp
Go to the documentation of this file.
1 /* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
22 #ifndef NDN_SECURITY_COMMON_HPP
23 #define NDN_SECURITY_COMMON_HPP
24 
25 namespace ndn {
26 
27 namespace signed_interest{
28 
29 enum {
34 
36 };
37 
38 } // namespace signed_interest
39 
40 enum KeyType {
43  // KEY_TYPE_DSA,
44  KEY_TYPE_AES = 128,
45  // KEY_TYPE_DES,
46  // KEY_TYPE_RC4,
47  // KEY_TYPE_RC2
49 };
50 
51 enum KeyClass {
55 };
56 
59 };
60 
64  // ENCRYPT_MODE_CBC_AES
65 };
66 
67 enum AclType {
70 };
71 
72 } // namespace ndn
73 
74 #endif
Copyright (c) 2011-2015 Regents of the University of California.