esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Attributes | List of all members
ndnph::ndncert::client::Client::Options Struct Reference

#include <client.hpp>

Public Attributes

Faceface
 Face for communication. More...
 
const CaProfileprofile
 CA profile. More...
 
const ChallengeListchallenges
 List of acceptable challenges. More...
 
const EcPublicKeypub
 Public key to appear in the certificate. More...
 
const EcPrivateKeypvt
 Corresponding private key. More...
 
Callback cb
 Completion callback. More...
 
void * ctx
 Context pointer. More...
 

Member Data Documentation

◆ cb

Callback ndnph::ndncert::client::Client::Options::cb

Completion callback.

◆ challenges

const ChallengeList& ndnph::ndncert::client::Client::Options::challenges

List of acceptable challenges.

◆ ctx

void* ndnph::ndncert::client::Client::Options::ctx

Context pointer.

◆ face

Face& ndnph::ndncert::client::Client::Options::face

Face for communication.

◆ profile

const CaProfile& ndnph::ndncert::client::Client::Options::profile

CA profile.

◆ pub

const EcPublicKey& ndnph::ndncert::client::Client::Options::pub

Public key to appear in the certificate.

◆ pvt

const EcPrivateKey& ndnph::ndncert::client::Client::Options::pvt

Corresponding private key.


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