esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
ndnph::ndncert::packet_struct::ChallengeResponse Struct Reference

#include <common.hpp>

Inherited by ndnph::ndncert::client::ChallengeResponse, and ndnph::ndncert::server::ChallengeResponse.

Public Attributes

uint8_t status = Status::BEFORE_CHALLENGE
 Application status code. More...
 
tlv::Value challengeStatus
 Challenge status string. More...
 
uint16_t remainingTries = 0
 Remaining tries. More...
 
port::Clock::Time expireTime = {}
 Session expiration time. Calculates remaining time. More...
 
ParameterKV params
 Parameter key-value pairs. More...
 
Name issuedCertName
 Issued certificate full name. More...
 
Name fwHint
 Forwarding hint to retrieve issued certificate. More...
 

Member Data Documentation

◆ challengeStatus

tlv::Value ndnph::ndncert::packet_struct::ChallengeResponse::challengeStatus

Challenge status string.

◆ expireTime

port::Clock::Time ndnph::ndncert::packet_struct::ChallengeResponse::expireTime = {}

Session expiration time. Calculates remaining time.

◆ fwHint

Name ndnph::ndncert::packet_struct::ChallengeResponse::fwHint

Forwarding hint to retrieve issued certificate.

◆ issuedCertName

Name ndnph::ndncert::packet_struct::ChallengeResponse::issuedCertName

Issued certificate full name.

◆ params

ParameterKV ndnph::ndncert::packet_struct::ChallengeResponse::params

Parameter key-value pairs.

◆ remainingTries

uint16_t ndnph::ndncert::packet_struct::ChallengeResponse::remainingTries = 0

Remaining tries.

◆ status

uint8_t ndnph::ndncert::packet_struct::ChallengeResponse::status = Status::BEFORE_CHALLENGE

Application status code.


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