|
esp8266ndn
NDN Arduino library for ESP8266 and more
|
#include <client.hpp>
Public Attributes | |
| Face & | face |
| Face for communication. | |
| const CaProfile & | profile |
| CA profile. | |
| const ChallengeList & | challenges |
| List of acceptable challenges. | |
| const EcPublicKey & | pub |
| Public key to appear in the certificate. | |
| const EcPrivateKey & | pvt |
| Corresponding private key. | |
| Callback | cb |
| Completion callback. | |
| void * | ctx |
| Context pointer. | |
| Callback ndnph::ndncert::client::Client::Options::cb |
Completion callback.
| const ChallengeList& ndnph::ndncert::client::Client::Options::challenges |
List of acceptable challenges.
| void* ndnph::ndncert::client::Client::Options::ctx |
Context pointer.
| Face& ndnph::ndncert::client::Client::Options::face |
Face for communication.
| const CaProfile& ndnph::ndncert::client::Client::Options::profile |
CA profile.
| const EcPublicKey& ndnph::ndncert::client::Client::Options::pub |
Public key to appear in the certificate.
| const EcPrivateKey& ndnph::ndncert::client::Client::Options::pvt |
Corresponding private key.