|
esp8266ndn
NDN Arduino library for ESP8266 and more
|
File based key and certificate store. More...
#include <keychain.hpp>
Public Member Functions | |
| KeyChain ()=default | |
| KeyChain (port::FileStore &fs) | |
| template<typename... Arg> | |
| bool | open (Arg &&... arg) |
| Open the FileStore backend in both key store and certificate store. | |
Public Attributes | |
| KeyChainKeys | keys |
| KeyChainCerts | certs |
File based key and certificate store.
|
explicitdefault |
|
inlineexplicit |
|
inline |
Open the FileStore backend in both key store and certificate store.
| KeyChainCerts ndnph::KeyChain::certs |
| KeyChainKeys ndnph::KeyChain::keys |