|
ndn-cxx: NDN C++ Library 0.9.0-33-g832ea91d
|
#include "ndn-cxx/security/pib/certificate-container.hpp"#include "ndn-cxx/security/security-common.hpp"
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 |
| Frontend handle for a key in the PIB. More... | |
Namespaces | |
| namespace | ndn |
| namespace | ndn::security |
| Contains the ndn-cxx security framework. | |
| namespace | ndn::security::pib |
Functions | |
| Name | ndn::security::constructKeyName (const Name &identity, const name::Component &keyId) |
| Construct key name based on the appropriate naming conventions. | |
| Name | ndn::security::extractIdentityFromKeyName (const Name &keyName) |
Extract identity namespace from the key name keyName. | |
| bool | ndn::security::isValidKeyName (const Name &keyName) |
Check if keyName follow the naming conventions for the key name. | |