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::server::Challenge Class Referenceabstract

Server side of a challenge. More...

#include <server.hpp>

Inherited by ndnph::ndncert::server::NopChallenge, and ndnph::ndncert::server::PossessionChallenge.

Public Member Functions

virtual ~Challenge ()=default
 
virtual tlv::Value getId () const =0
 
virtual int getTimeLimit () const =0
 
virtual int getRetryLimit () const =0
 
virtual void clear ()=0
 Clear state and prepare the challenge for new session. More...
 
virtual ChallengeResult process (Region &region, const ChallengeRequest &request)=0
 Process a CHALLENGE request packet. More...
 

Detailed Description

Server side of a challenge.

Subclass instance may store internal state in member fields. An instance can only handle one challenge session at a time.

Constructor & Destructor Documentation

◆ ~Challenge()

virtual ndnph::ndncert::server::Challenge::~Challenge ( )
virtualdefault

Member Function Documentation

◆ clear()

virtual void ndnph::ndncert::server::Challenge::clear ( )
pure virtual

Clear state and prepare the challenge for new session.

Implemented in ndnph::ndncert::server::PossessionChallenge, and ndnph::ndncert::server::NopChallenge.

◆ getId()

virtual tlv::Value ndnph::ndncert::server::Challenge::getId ( ) const
pure virtual

◆ getRetryLimit()

virtual int ndnph::ndncert::server::Challenge::getRetryLimit ( ) const
pure virtual

◆ getTimeLimit()

virtual int ndnph::ndncert::server::Challenge::getTimeLimit ( ) const
pure virtual

◆ process()

virtual ChallengeResult ndnph::ndncert::server::Challenge::process ( Region region,
const ChallengeRequest request 
)
pure virtual

Process a CHALLENGE request packet.

Parameters
regionmemory region, valid during this invocation only.
requestdecoded CHALLENGE request packet. request.params is valid during this invocation only; any necessary information should be copied.

Implemented in ndnph::ndncert::server::PossessionChallenge, and ndnph::ndncert::server::NopChallenge.


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