esp8266ndn
NDN Arduino library for ESP8266 and more
|
File based certificate store. More...
#include <keychain.hpp>
Inherits ndnph::PacketStore< Data >.
Public Member Functions | |
Data | get (const char *id, Region ®ion) |
![]() | |
Data | get (const char *key, Region ®ion) |
Retrieve a packet. More... | |
bool | set (const char *key, Encodable value, Region ®ion) |
Store a packet. More... | |
KvStore ()=default | |
Constructor to use internal FileStore instance. More... | |
KvStore (port::FileStore &fs) | |
Constructor to use existing FileStore instance. More... | |
![]() | |
KvStore ()=default | |
Constructor to use internal FileStore instance. More... | |
KvStore (port::FileStore &fs) | |
Constructor to use existing FileStore instance. More... | |
template<typename... Arg> | |
bool | open (Arg &&... arg) |
Open the FileStore backend. More... | |
tlv::Value | get (const char *key, Region ®ion) |
Retrieve a value. More... | |
bool | set (const char *key, tlv::Value value) |
Store a value. More... | |
bool | del (const char *key) |
Delete a key. More... | |
File based certificate store.