|
esp8266ndn
NDN Arduino library for ESP8266 and more
|
Go to the source code of this file.
Namespaces | |
| namespace | ndnph |
| namespace | ndnph::cli |
Functions | |
| KeyChain & | ndnph::cli::openKeyChain () |
| Open KeyChain according to `NDNPH_KEYCHAIN` environ. | |
| std::string | ndnph::cli::checkKeyChainId (const std::string &id) |
| Check KeyChain object ID has the proper format. | |
| void | ndnph::cli::loadKey (Region ®ion, const std::string &id, EcPrivateKey &pvt, EcPublicKey &pub) |
| Load a key from the KeyChain. | |
| Data | ndnph::cli::loadCertificate (Region ®ion, const std::string &id) |
| Load a certificate from the KeyChain. | |
| Data | ndnph::cli::inputCertificate (Region ®ion, EcPublicKey *pub=nullptr, std::istream &is=std::cin) |
| Load a certificate in binary format from input stream. | |