#include "ndn-cxx/detail/common.hpp"#include "ndn-cxx/encoding/buffer.hpp"#include "ndn-cxx/security/security-common.hpp"
Include dependency graph for private-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::transform::PrivateKey::Error |
| class | ndn::security::transform::PrivateKey |
| Abstraction of a private key in crypto transformations. More... | |
Namespaces | |
| ndn | |
| ndn::security | |
| Contains the ndn-cxx security framework. | |
| ndn::security::transform | |
Functions | |
| unique_ptr< PrivateKey > | ndn::security::transform::generatePrivateKey (const KeyParams &keyParams) |
Generate a private key according to keyParams. More... | |