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.
 
int nRetriesLeft
the number of remaining retries after timeout or NACK.
 
time::milliseconds waitAfterNack
the amount of time to wait before sending the next interest after a NACK.
 
CertificateRequest(const Name &name)
 
CertificateRequest()=default
 
CertificateRequest(const Interest &interest)
 
Interest interest
the name for the requested data/certificate.
 
boost::chrono::milliseconds milliseconds