esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
ndnph::KeyChainCerts Class Reference

File based certificate store. More...

#include <keychain.hpp>

Inherits ndnph::PacketStore< Data >.

Public Member Functions

Data get (const char *id, Region &region)
 
- Public Member Functions inherited from ndnph::PacketStore< Data >
Data get (const char *key, Region &region)
 Retrieve a packet. More...
 
bool set (const char *key, Encodable value, Region &region)
 Store a packet. More...
 
 KvStore ()=default
 Constructor to use internal FileStore instance. More...
 
 KvStore (port::FileStore &fs)
 Constructor to use existing FileStore instance. More...
 
- Public Member Functions inherited from ndnph::KvStore
 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 &region)
 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...
 

Detailed Description

File based certificate store.

Member Function Documentation

◆ get()

Data ndnph::KeyChainCerts::get ( const char *  id,
Region region 
)
inline

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