esp8266ndn
NDN Arduino library for ESP8266 and more
|
NEW request packet. More...
#include <client.hpp>
Inherits ndnph::ndncert::packet_struct::NewRequest.
Public Member Functions | |
Interest::Signed | toInterest (Region ®ion, const CaProfile &profile, detail::ISigPolicy &signingPolicy, const EcPrivateKey &signer) const |
Build NEW request packet. More... | |
Additional Inherited Members | |
![]() | |
mbedtls::P256::Point | ecdhPub |
Client ECDH public key. More... | |
Data | certRequest |
Certificate request. More... | |
NEW request packet.
|
inline |
Build NEW request packet.
signer | private key corresponding to this->certRequest . |