esp8266ndn
NDN Arduino library for ESP8266 and more
|
#include <helper.hpp>
Inherits ndnph::PublicKey, and ndnph::detail::NamedKey.
Public Member Functions | |
bool | matchSigInfo (const SigInfo &sigInfo) const override |
Determine whether packet was signed by corresponding private key. More... | |
![]() | |
virtual | ~PublicKey ()=default |
virtual bool | verify (std::initializer_list< tlv::Value > chunks, const uint8_t *sig, size_t sigLen) const =0 |
Perform verification. More... | |
![]() | |
const Name & | getName () const |
Retrieve KeyLocator name. More... | |
void | setName (const Name &v) |
Assign KeyLocator name. More... | |
Additional Inherited Members | |
![]() | |
~NamedKey ()=default | |
|
inlineoverridevirtual |
Determine whether packet was signed by corresponding private key.
Implements ndnph::PublicKey.