esp8266ndn
NDN Arduino library for ESP8266 and more
|
NEW response packet. More...
#include <client.hpp>
Inherits ndnph::ndncert::packet_struct::NewResponse.
Public Member Functions | |
bool | fromData (Region &, const Data &data, const CaProfile &profile, const ChallengeList &challenges) |
Extract NEW response from Data packet. More... | |
Public Attributes | |
std::bitset< detail::MaxChallenges::value > | hasChallenge |
List of client challenges offered by server. More... | |
![]() | |
mbedtls::P256::Point | ecdhPub |
Server ECDH public key. More... | |
uint8_t | salt [detail::SaltLen::value] |
ECDH salt. More... | |
uint8_t | requestId [detail::RequestIdLen::value] |
Request ID. More... | |
NEW response packet.
|
inline |
Extract NEW response from Data packet.
data | input Data packet; it can be freed after this operation. |
challenges | list of challenges acceptable by client. |
std::bitset<detail::MaxChallenges::value> ndnph::ndncert::client::NewResponse::hasChallenge |
List of client challenges offered by server.