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. More... | |
![]() | |
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. More... | |
![]() | |
const Name & | getName () const |
Retrieve KeyLocator name. More... | |
void | setName (const Name &v) |
Assign KeyLocator name. More... | |
Additional Inherited Members | |
![]() | |
~NamedKey ()=default | |
|
inlineoverridevirtual |
Write SigType and KeyLocator.
[in,out] | sigInfo | SigInfo to update; other fields are unchanged. |
Implements ndnph::PrivateKey.