|
ndn-cxx: NDN C++ Library 0.9.0-33-g832ea91d
|
#include "ndn-cxx/security/signing-info.hpp"
Include dependency graph for signing-helpers.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Namespaces | |
| namespace | ndn |
| namespace | ndn::security |
| Contains the ndn-cxx security framework. | |
Functions | |
| SigningInfo | ndn::security::signingByCertificate (const Certificate &cert) |
| Return a SigningInfo for signing with a certificate. | |
| SigningInfo | ndn::security::signingByCertificate (const Name &certName) |
| Return a SigningInfo for signing with a certificate. | |
| SigningInfo | ndn::security::signingByIdentity (const Identity &identity) |
| Return a SigningInfo for signing with an identity. | |
| SigningInfo | ndn::security::signingByIdentity (const Name &identityName) |
| Return a SigningInfo for signing with an identity. | |
| SigningInfo | ndn::security::signingByKey (const Key &key) |
| Return a SigningInfo for signing with a key. | |
| SigningInfo | ndn::security::signingByKey (const Name &keyName) |
| Return a SigningInfo for signing with a key. | |
| SigningInfo | ndn::security::signingWithSha256 () |
| Return a SigningInfo for signing with a SHA-256 digest. | |