esp8266ndn
NDN Arduino library for ESP8266 and more
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
Public Member Functions | List of all members
ndnph::ndncert::server::Session Class Reference

Server session logic. More...

#include <server.hpp>

Public Member Functions

 Session (const CaProfile &profile, const EcPrivateKey &signer, const ChallengeList &challenges)
 
Data::Signed handleNewRequest (Region &packetRegion, const Interest &interest)
 
Data::Signed handleChallengeRequest (Region &packetRegion, const Interest &interest)
 
const NamegetIssuedCertName () const
 
const DatagetIssuedCert () const
 

Detailed Description

Server session logic.

Constructor & Destructor Documentation

◆ Session()

ndnph::ndncert::server::Session::Session ( const CaProfile profile,
const EcPrivateKey signer,
const ChallengeList challenges 
)
inlineexplicit

Member Function Documentation

◆ getIssuedCert()

const Data& ndnph::ndncert::server::Session::getIssuedCert ( ) const
inline

◆ getIssuedCertName()

const Name& ndnph::ndncert::server::Session::getIssuedCertName ( ) const
inline

◆ handleChallengeRequest()

Data::Signed ndnph::ndncert::server::Session::handleChallengeRequest ( Region packetRegion,
const Interest interest 
)
inline

◆ handleNewRequest()

Data::Signed ndnph::ndncert::server::Session::handleNewRequest ( Region packetRegion,
const Interest interest 
)
inline

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