22 #ifndef NDN_CXX_SECURITY_CERTIFICATE_FETCHER_OFFLINE_HPP 
   23 #define NDN_CXX_SECURITY_CERTIFICATE_FETCHER_OFFLINE_HPP 
   38   doFetch(
const shared_ptr<CertificateRequest>& certRequest, 
const shared_ptr<ValidationState>& state,
 
Certificate fetcher realization that does not fetch keys (always offline)
 
void doFetch(const shared_ptr< CertificateRequest > &certRequest, const shared_ptr< ValidationState > &state, const ValidationContinuation &continueValidation) override
Asynchronous certificate fetching implementation.
 
Interface used by the validator to fetch missing certificates.
 
std::function< void(const Certificate &cert, const shared_ptr< ValidationState > &state)> ValidationContinuation