22 #ifndef NDN_SECURITY_CERTIFICATE_FETCHER_FROM_NETWORK_HPP 23 #define NDN_SECURITY_CERTIFICATE_FETCHER_FROM_NETWORK_HPP 51 doFetch(
const shared_ptr<CertificateRequest>& certRequest,
const shared_ptr<ValidationState>& state,
58 dataCallback(
const Data& data,
59 const shared_ptr<CertificateRequest>& certRequest,
const shared_ptr<ValidationState>& state,
69 const shared_ptr<CertificateRequest>& certRequest,
const shared_ptr<ValidationState>& state,
78 timeoutCallback(
const shared_ptr<CertificateRequest>& certRequest,
const shared_ptr<ValidationState>& state,
90 #endif // NDN_SECURITY_CERTIFICATE_FETCHER_FROM_NETWORK_HPP Fetch missing keys from the network.
Interface used by the validator to fetch missing certificates.
std::function< void(const Certificate &cert, const shared_ptr< ValidationState > &state)> ValidationContinuation
represents a Network Nack
Provide a communication channel with local or remote NDN forwarder.
Generic time-based scheduler.
Represents a Data packet.