|
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. | |
Public Member Functions inherited from ndnph::PublicKey | |
| virtual | ~PublicKey ()=default |
| virtual bool | verify (std::initializer_list< tlv::Value > chunks, const uint8_t *sig, size_t sigLen) const =0 |
| Perform verification. | |
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 |
Determine whether packet was signed by corresponding private key.
Implements ndnph::PublicKey.