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::client::CaProfile Class Reference

CA profile packet. More...

#include <client.hpp>

Inherits ndnph::ndncert::packet_struct::CaProfile.

Public Member Functions

bool fromData (Region &region, const Data &data)
 Extract CA profile from Data packet.
 

Static Public Member Functions

static bool isName (const Name &name)
 Determine whether name is a valid CA profile packet name.
 

Public Attributes

EcPublicKey pub
 CA public key.
 

Detailed Description

CA profile packet.

Member Function Documentation

◆ fromData()

bool ndnph::ndncert::client::CaProfile::fromData ( Region region,
const Data data 
)
inline

Extract CA profile from Data packet.

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

◆ isName()

static bool ndnph::ndncert::client::CaProfile::isName ( const Name name)
inlinestatic

Determine whether name is a valid CA profile packet name.

Member Data Documentation

◆ pub

EcPublicKey ndnph::ndncert::client::CaProfile::pub

CA public key.


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