NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.0: NDN, CCN, CCNx, content centric networks
API Documentation
security-common.hpp File Reference
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

 ndn
 Copyright (c) 2011-2015 Regents of the University of California.
 
 ndn::signed_interest
 

Enumerations

enum  {
  ndn::signed_interest::POS_SIG_VALUE = -1, ndn::signed_interest::POS_SIG_INFO = -2, ndn::signed_interest::POS_RANDOM_VAL = -3, ndn::signed_interest::POS_TIMESTAMP = -4,
  ndn::signed_interest::MIN_LENGTH = 4
}
 
enum  ndn::KeyType { ndn::KEY_TYPE_RSA = 0, ndn::KEY_TYPE_ECDSA = 1, ndn::KEY_TYPE_AES = 128, ndn::KEY_TYPE_NULL = 255 }
 
enum  ndn::KeyClass { ndn::KEY_CLASS_PUBLIC, ndn::KEY_CLASS_PRIVATE, ndn::KEY_CLASS_SYMMETRIC }
 
enum  ndn::DigestAlgorithm { ndn::DIGEST_ALGORITHM_SHA256 }
 
enum  ndn::EncryptMode { ndn::ENCRYPT_MODE_DEFAULT, ndn::ENCRYPT_MODE_CFB_AES }
 
enum  ndn::AclType { ndn::ACL_TYPE_PUBLIC, ndn::ACL_TYPE_PRIVATE }