signing-helpers.hpp File Reference
+ 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

 ndn
 
 ndn::security
 

Functions

SigningInfo ndn::security::signingByCertificate (const Certificate &cert)
 Return a SigningInfo for signing with a certificate. More...
 
SigningInfo ndn::security::signingByCertificate (const Name &certName)
 Return a SigningInfo for signing with a certificate. More...
 
SigningInfo ndn::security::signingByIdentity (const Identity &identity)
 Return a SigningInfo for signing with an identity. More...
 
SigningInfo ndn::security::signingByIdentity (const Name &identityName)
 Return a SigningInfo for signing with an identity. More...
 
SigningInfo ndn::security::signingByKey (const Key &key)
 Return a SigningInfo for signing with a key. More...
 
SigningInfo ndn::security::signingByKey (const Name &keyName)
 Return a SigningInfo for signing with a key. More...
 
SigningInfo ndn::security::signingWithSha256 ()
 Return a SigningInfo for signing with a SHA-256 digest. More...