NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
ndn::security::v2::CertificateRequest Class Reference

Request for a certificate, associated with the number of attempts. More...

#include <certificate-request.hpp>

Inheritance diagram for ndn::security::v2::CertificateRequest:
Collaboration diagram for ndn::security::v2::CertificateRequest:

Public Member Functions

 CertificateRequest ()
 
 CertificateRequest (const Interest &interest)
 

Public Attributes

Interest m_interest
 the name for the requested data/certificate. More...
 
int m_nRetriesLeft
 the number of remaining retries after time out or NACK More...
 

Detailed Description

Request for a certificate, associated with the number of attempts.

Definition at line 34 of file certificate-request.hpp.

Constructor & Destructor Documentation

◆ CertificateRequest() [1/2]

ndn::security::v2::CertificateRequest::CertificateRequest ( )
inline

Definition at line 37 of file certificate-request.hpp.

◆ CertificateRequest() [2/2]

ndn::security::v2::CertificateRequest::CertificateRequest ( const Interest interest)
inlineexplicit

Definition at line 43 of file certificate-request.hpp.

Member Data Documentation

◆ m_interest

Interest ndn::security::v2::CertificateRequest::m_interest

the name for the requested data/certificate.

Definition at line 51 of file certificate-request.hpp.

◆ m_nRetriesLeft

int ndn::security::v2::CertificateRequest::m_nRetriesLeft

the number of remaining retries after time out or NACK

Definition at line 53 of file certificate-request.hpp.


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