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