esp8266ndn
NDN Arduino library for ESP8266 and more
|
CHALLENGE response packet. More...
#include <server.hpp>
Inherits ndnph::ndncert::packet_struct::ChallengeResponse.
Public Member Functions | |
Data::Signed | toData (Region ®ion, const Interest &challengeRequest, const uint8_t *requestId, detail::SessionKey &sessionKey, const EcPrivateKey &signer) const |
Build CHALLENGE response packet. More... | |
Additional Inherited Members | |
![]() | |
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... | |
CHALLENGE response packet.
|
inline |
Build CHALLENGE response packet.
challengeRequest | CHALLENGE request packet. |
signer | private key corresponding to CA certificate. |