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

Go to the source code of this file.

Classes

class  ndn::security::pib::Key
 A frontend handle of a key instance. More...
 

Namespaces

 ndn
 Copyright (c) 2011-2015 Regents of the University of California.
 
 ndn::security
 
 ndn::security::v2
 
 ndn::security::pib
 
 ndn::security::pib::detail
 

Functions

bool ndn::security::pib::operator!= (const Key &lhs, const Key &rhs)
 
bool ndn::security::pib::operator== (const Key &lhs, const Key &rhs)
 
std::ostream & ndn::security::pib::operator<< (std::ostream &os, const Key &key)
 
Name ndn::security::v2::constructKeyName (const Name &identity, const name::Component &keyId)
 Construct key name based on the appropriate naming conventions. More...
 
bool ndn::security::v2::isValidKeyName (const Name &keyName)
 Check if keyName follow the naming conventions for the key name. More...
 
Name ndn::security::v2::extractIdentityFromKeyName (const Name &keyName)
 Extract identity namespace from the key name keyName. More...