#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 | |
| ndn | |
| ndn::security | |
| ndn::security::pib | |
| ndn::security::pib::detail | |
| 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... | |
| Name | ndn::security::v2::extractIdentityFromKeyName (const Name &keyName) |
Extract identity namespace from the key name keyName. More... | |
| bool | ndn::security::v2::isValidKeyName (const Name &keyName) |
Check if keyName follow the naming conventions for the key name. More... | |