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::server::Server::Options Struct Reference

#include <server.hpp>

Public Attributes

Faceface
 Face for communication. More...
 
const CaProfileprofile
 CA profile. More...
 
const ChallengeListchallenges
 List of offered challenges. More...
 
const EcPrivateKeysigner
 CA private key. More...
 

Member Data Documentation

◆ challenges

const ChallengeList& ndnph::ndncert::server::Server::Options::challenges

List of offered challenges.

◆ face

Face& ndnph::ndncert::server::Server::Options::face

Face for communication.

◆ profile

const CaProfile& ndnph::ndncert::server::Server::Options::profile

CA profile.

◆ signer

const EcPrivateKey& ndnph::ndncert::server::Server::Options::signer

CA private key.


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