esp8266ndn
NDN Arduino library for ESP8266 and more
|
The "possession" challenge where client must present an existing certificate. 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. More... | |
ChallengeResult | process (Region &, const ChallengeRequest &request) override |
Process a CHALLENGE request packet. More... | |
![]() | |
virtual | ~Challenge ()=default |
The "possession" challenge where client must present an existing certificate.
|
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.