esp8266ndn
NDN Arduino library for ESP8266 and more
|
#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... | |
tlv::Value ndnph::ndncert::packet_struct::ChallengeResponse::challengeStatus |
Challenge status string.
port::Clock::Time ndnph::ndncert::packet_struct::ChallengeResponse::expireTime = {} |
Session expiration time. Calculates remaining time.
Name ndnph::ndncert::packet_struct::ChallengeResponse::fwHint |
Forwarding hint to retrieve issued certificate.
Name ndnph::ndncert::packet_struct::ChallengeResponse::issuedCertName |
Issued certificate full name.
ParameterKV ndnph::ndncert::packet_struct::ChallengeResponse::params |
Parameter key-value pairs.
uint16_t ndnph::ndncert::packet_struct::ChallengeResponse::remainingTries = 0 |
Remaining tries.
uint8_t ndnph::ndncert::packet_struct::ChallengeResponse::status = Status::BEFORE_CHALLENGE |
Application status code.