esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
ndnph::ndncert::client::NopChallenge Class Reference

The "nop" challenge where the server would approve every request. More...

#include <client.hpp>

Inherits ndnph::ndncert::client::Challenge.

Public Member Functions

tlv::Value getId () const override
 Return challenge identifier. More...
 
void start (Region &, ChallengeRequest &, void(*cb)(void *, bool), void *arg) override
 Create a message to select and start the challenge. More...
 
void next (Region &, const ChallengeResponse &, ChallengeRequest &, void(*cb)(void *, bool), void *arg) override
 Create a message to continue the challenge. More...
 
- Public Member Functions inherited from ndnph::ndncert::client::Challenge
virtual ~Challenge ()=default
 

Detailed Description

The "nop" challenge where the server would approve every request.

Member Function Documentation

◆ getId()

tlv::Value ndnph::ndncert::client::NopChallenge::getId ( ) const
inlineoverridevirtual

Return challenge identifier.

Implements ndnph::ndncert::client::Challenge.

◆ next()

void ndnph::ndncert::client::NopChallenge::next ( Region region,
const ChallengeResponse response,
ChallengeRequest request,
void(*)(void *, bool)  cb,
void *  arg 
)
inlineoverridevirtual

Create a message to continue the challenge.

This function should clear any existing state, populate the request , and invoke `cb(arg,true)`; in case of error, invoke `cb(arg,false)`.

Implements ndnph::ndncert::client::Challenge.

◆ start()

void ndnph::ndncert::client::NopChallenge::start ( Region region,
ChallengeRequest request,
void(*)(void *, bool)  cb,
void *  arg 
)
inlineoverridevirtual

Create a message to select and start the challenge.

This function should clear any existing state, populate the request , and invoke `cb(arg,true)`; in case of error, invoke `cb(arg,false)`.

Implements ndnph::ndncert::client::Challenge.


The documentation for this class was generated from the following file: