esp8266ndn
NDN Arduino library for ESP8266 and more
|
CA profile packet. More...
#include <client.hpp>
Inherits ndnph::ndncert::packet_struct::CaProfile.
Public Member Functions | |
bool | fromData (Region ®ion, 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. | |
CA profile packet.
Extract CA profile from Data packet.
data | input Data packet; it can be freed after this operation. |
|
inlinestatic |
Determine whether name
is a valid CA profile packet name.
EcPublicKey ndnph::ndncert::client::CaProfile::pub |
CA public key.