22 #ifndef NDN_SECURITY_V2_CERTIFICATE_FETCHER_OFFLINE_HPP 23 #define NDN_SECURITY_V2_CERTIFICATE_FETCHER_OFFLINE_HPP 38 doFetch(
const shared_ptr<CertificateRequest>& certRequest,
const shared_ptr<ValidationState>& state,
46 #endif // NDN_SECURITY_V2_CERTIFICATE_FETCHER_OFFLINE_HPP Copyright (c) 2013-2017 Regents of the University of California.
Interface used by the validator to fetch missing certificates.
std::function< void(const Certificate &cert, const shared_ptr< ValidationState > &state)> ValidationContinuation
void doFetch(const shared_ptr< CertificateRequest > &certRequest, const shared_ptr< ValidationState > &state, const ValidationContinuation &continueValidation) override
Asynchronous certificate fetching implementation.
Certificate fetcher realization that does not fetch keys (always offline)