Request for a certificate, associated with the number of attempts. More...
#include <certificate-request.hpp>
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... | |
Request for a certificate, associated with the number of attempts.
Definition at line 34 of file certificate-request.hpp.
|
inline |
Definition at line 37 of file certificate-request.hpp.
|
inlineexplicit |
Definition at line 43 of file certificate-request.hpp.
Interest ndn::security::v2::CertificateRequest::m_interest |
the name for the requested data/certificate.
Definition at line 51 of file certificate-request.hpp.
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.