esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | Static Public Member Functions | Public Attributes | List of all members
ndnph::ndncert::server::NewRequest Class Reference

NEW request packet. More...

#include <server.hpp>

Inherits ndnph::ndncert::packet_struct::NewRequest.

Public Member Functions

bool fromInterest (Region &region, const Interest &interest, const CaProfile &profile, detail::ISigPolicy &signingPolicy)
 Extract NEW request from Interest packet. More...
 

Static Public Member Functions

static bool isName (const CaProfile &profile, const Name &name)
 Determine whether name is a valid NEW request packet name. More...
 

Public Attributes

EcPublicKey pub
 Requester public key. More...
 
- Public Attributes inherited from ndnph::ndncert::packet_struct::NewRequest
mbedtls::P256::Point ecdhPub
 Client ECDH public key. More...
 
Data certRequest
 Certificate request. More...
 

Detailed Description

NEW request packet.

Member Function Documentation

◆ fromInterest()

bool ndnph::ndncert::server::NewRequest::fromInterest ( Region region,
const Interest interest,
const CaProfile profile,
detail::ISigPolicy signingPolicy 
)
inline

Extract NEW request from Interest packet.

Parameters
interestinput Interest packet; it can be freed after this operation.
Returns
whether success.

◆ isName()

static bool ndnph::ndncert::server::NewRequest::isName ( const CaProfile profile,
const Name name 
)
inlinestatic

Determine whether name is a valid NEW request packet name.

Member Data Documentation

◆ pub

EcPublicKey ndnph::ndncert::server::NewRequest::pub

Requester public key.


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