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 a 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 certificate.
boost::chrono::milliseconds milliseconds