esp8266ndn
NDN Arduino library for ESP8266 and more
Loading...
Searching...
No Matches
Public Member Functions | List of all members
ndnph::ndncert::client::ChallengeResponse Class Reference

CHALLENGE response packet. More...

#include <client.hpp>

Inherits ndnph::ndncert::packet_struct::ChallengeResponse.

Public Member Functions

bool fromData (Region &region, const Data &data, const CaProfile &profile, const uint8_t *requestId, detail::SessionKey &sessionKey)
 Extract CHALLENGE response from Data packet.
 

Detailed Description

CHALLENGE response packet.

Member Function Documentation

◆ fromData()

bool ndnph::ndncert::client::ChallengeResponse::fromData ( Region region,
const Data data,
const CaProfile profile,
const uint8_t *  requestId,
detail::SessionKey sessionKey 
)
inline

Extract CHALLENGE response from Data packet.

Parameters
datainput Data packet; it can be freed after this operation.
Returns
whether success.

The documentation for this class was generated from the following file: