key.cpp File Reference
#include "key.hpp"
#include "detail/key-impl.hpp"
#include "../v2/certificate.hpp"
Include dependency graph for key.cpp:

Go to the source code of this file.

Namespaces

 ndn
 Copyright (c) 2013-2016 Regents of the University of California.
 
 ndn::security
 
 ndn::security::pib
 
 ndn::security::v2
 

Functions

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...