All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | Public Attributes | List of all members
ndn::CertificateRequest Class Reference

A CertificateRequest represents a request for a certificate, associated with the number of retries left. More...

#include <certificate-request.hpp>

Public Member Functions

 CertificateRequest ()
 Create a CertificateRequest with a default Interest and 0 retries left.
 
 CertificateRequest (const Interest &interest)
 Create a CertificateRequest for the Interest and 3 retries left. More...
 

Public Attributes

Interest interest_
 The Interest for the requested Data packet or Certificate.
 
int nRetriesLeft_
 The number of remaining retries after time out or NACK.
 

Detailed Description

A CertificateRequest represents a request for a certificate, associated with the number of retries left.

The interest_ and nRetriesLeft_ fields are public so that you can modify them.

Constructor & Destructor Documentation

ndn::CertificateRequest::CertificateRequest ( const Interest interest)
inline

Create a CertificateRequest for the Interest and 3 retries left.

Parameters
interestThe Interest which is copied.

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