esp8266ndn
NDN Arduino library for ESP8266 and more
|
CA profile packet. More...
#include <server.hpp>
Inherits ndnph::ndncert::packet_struct::CaProfile.
Public Member Functions | |
Data::Signed | toData (Region ®ion, const EcPrivateKey &signer) const |
Build CA profile packet. More... | |
Additional Inherited Members | |
![]() | |
Name | prefix |
CA prefix. More... | |
uint32_t | maxValidityPeriod = 0 |
Maximum ValidityPeriod duration in seconds. More... | |
Data | cert |
CA certificate. More... | |
CA profile packet.
|
inline |
Build CA profile packet.
signer | private key corresponding to cert . |