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::PossessionChallenge Class Reference

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...
 
- Public Member Functions inherited from ndnph::ndncert::server::Challenge
virtual ~Challenge ()=default
 

Detailed Description

The "possession" challenge where client must present an existing certificate.

Member Function Documentation

◆ clear()

void ndnph::ndncert::server::PossessionChallenge::clear ( )
inlineoverridevirtual

Clear state and prepare the challenge for new session.

Implements ndnph::ndncert::server::Challenge.

◆ getId()

tlv::Value ndnph::ndncert::server::PossessionChallenge::getId ( ) const
inlineoverridevirtual

◆ getRetryLimit()

int ndnph::ndncert::server::PossessionChallenge::getRetryLimit ( ) const
inlineoverridevirtual

◆ getTimeLimit()

int ndnph::ndncert::server::PossessionChallenge::getTimeLimit ( ) const
inlineoverridevirtual

◆ process()

ChallengeResult ndnph::ndncert::server::PossessionChallenge::process ( Region region,
const ChallengeRequest request 
)
inlineoverridevirtual

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.

Implements ndnph::ndncert::server::Challenge.


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