|
esp8266ndn
NDN Arduino library for ESP8266 and more
|
The "nop" challenge where the server would approve every request. More...
#include <server.hpp>
Inherits ndnph::ndncert::server::Challenge.
Public Member Functions | |
| tlv::Value | getId () const override |
| int | getTimeLimit () const override |
| int | getRetryLimit () const override |
| void | clear () override |
| Clear state and prepare the challenge for new session. | |
| ChallengeResult | process (Region &, const ChallengeRequest &) override |
| Process a CHALLENGE request packet. | |
Public Member Functions inherited from ndnph::ndncert::server::Challenge | |
| virtual | ~Challenge ()=default |
The "nop" challenge where the server would approve every request.
|
inlineoverridevirtual |
Clear state and prepare the challenge for new session.
Implements ndnph::ndncert::server::Challenge.
|
inlineoverridevirtual |
Implements ndnph::ndncert::server::Challenge.
|
inlineoverridevirtual |
Implements ndnph::ndncert::server::Challenge.
|
inlineoverridevirtual |
Implements ndnph::ndncert::server::Challenge.
|
inlineoverridevirtual |
Process a CHALLENGE request packet.
| region | memory region, valid during this invocation only. |
| request | decoded CHALLENGE request packet. request.params is valid during this invocation only; any necessary information should be copied. |
Implements ndnph::ndncert::server::Challenge.