|
esp8266ndn
NDN Arduino library for ESP8266 and more
|
#include <helper.hpp>
Inherits ndnph::PrivateKey, and ndnph::detail::NamedKey.
Public Member Functions | |
| void | updateSigInfo (SigInfo &sigInfo) const override |
| Write SigType and KeyLocator. | |
Public Member Functions inherited from ndnph::PrivateKey | |
| virtual | ~PrivateKey ()=default |
| virtual size_t | getMaxSigLen () const =0 |
| virtual ssize_t | sign (std::initializer_list< tlv::Value > chunks, uint8_t *sig) const =0 |
| Perform signing. | |
Public Member Functions inherited from ndnph::detail::NamedKey | |
| const Name & | getName () const |
| Retrieve KeyLocator name. | |
| void | setName (const Name &v) |
| Assign KeyLocator name. | |
Additional Inherited Members | |
Protected Member Functions inherited from ndnph::detail::NamedKey | |
| ~NamedKey ()=default | |
|
inlineoverridevirtual |
Write SigType and KeyLocator.
| [in,out] | sigInfo | SigInfo to update; other fields are unchanged. |
Implements ndnph::PrivateKey.