esp8266ndn
NDN Arduino library for ESP8266 and more
|
CHALLENGE request packet. More...
#include <client.hpp>
Inherits ndnph::ndncert::packet_struct::ChallengeRequest< Challenge >.
Public Member Functions | |
Interest::Signed | toInterest (Region ®ion, const CaProfile &profile, const uint8_t *requestId, detail::SessionKey &sessionKey, detail::ISigPolicy &signingPolicy, const EcPrivateKey &signer) const |
Build CHALLENGE request packet. More... | |
Additional Inherited Members | |
![]() | |
Challenge * | challenge |
Challenge reference. More... | |
ParameterKV | params |
Parameter key-value pairs. More... | |
CHALLENGE request packet.
|
inline |
Build CHALLENGE request packet.
challenge
and parameters are set. signer | private key corresponding to newRequest->certReqest . |