esp8266ndn
NDN Arduino library for ESP8266 and more
|
NEW response packet. More...
#include <server.hpp>
Inherits ndnph::ndncert::packet_struct::NewResponse.
Public Member Functions | |
Data::Signed | toData (Region ®ion, const Interest &newRequest, const ChallengeList &challenges, const EcPrivateKey &signer) const |
Build NEW response packet. More... | |
Additional Inherited Members | |
![]() | |
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 |
Build NEW response packet.
newRequest | NEW request packet. |
challenges | list of challenges offered by server. |
signer | private key corresponding to CA certificate. |