#include "ndn-cxx/detail/common.hpp"

Go to the source code of this file.
Namespaces | |
| ndn | |
| Copyright (c) 2011-2015 Regents of the University of California.  | |
| ndn::signed_interest | |
| ndn::command_interest | |
| ndn::security | |
| ndn::security::transform | |
| ndn::security::v2 | |
Functions | |
| std::ostream & | ndn::operator<< (std::ostream &os, KeyIdType keyIdType) | 
| std::ostream & | ndn::operator<< (std::ostream &os, KeyType keyType) | 
| std::ostream & | ndn::operator<< (std::ostream &os, KeyClass keyClass) | 
| std::ostream & | ndn::operator<< (std::ostream &os, DigestAlgorithm algorithm) | 
| std::ostream & | ndn::operator<< (std::ostream &os, BlockCipherAlgorithm algorithm) | 
| std::ostream & | ndn::operator<< (std::ostream &os, CipherOperator op) | 
| std::ostream & | ndn::operator<< (std::ostream &os, AclType aclType) | 
Variables | |
| const ssize_t | ndn::signed_interest::POS_SIG_VALUE = -1 | 
| const ssize_t | ndn::signed_interest::POS_SIG_INFO = -2 | 
| const size_t | ndn::signed_interest::MIN_SIZE = 2 | 
| minimal number of components for Signed Interest  More... | |
| const ssize_t | ndn::command_interest::POS_RANDOM_VAL = -3 | 
| const ssize_t | ndn::command_interest::POS_TIMESTAMP = -4 | 
| const size_t | ndn::command_interest::MIN_SIZE = 4 | 
| minimal number of components for Command Interest  More... | |