22 #ifndef NDN_CXX_SECURITY_CERTIFICATE_REQUEST_HPP
23 #define NDN_CXX_SECURITY_CERTIFICATE_REQUEST_HPP
Represents an Interest packet.
Represents an absolute name.
Request for a certificate, associated with the number of attempts.
CertificateRequest(const Interest &interest)
int nRetriesLeft
The number of remaining retries after a timeout or Nack.
Interest interest
The name for the requested certificate.
CertificateRequest()=default
time::milliseconds waitAfterNack
The amount of time to wait before sending the next Interest after a Nack.
CertificateRequest(const Name &name)
Contains the ndn-cxx security framework.
::boost::chrono::milliseconds milliseconds