22 #ifndef NDN_SECURITY_CERTIFICATE_FETCHER_HPP 23 #define NDN_SECURITY_CERTIFICATE_FETCHER_HPP 32 class CertificateRequest;
33 class CertificateStorage;
34 class ValidationState;
43 const shared_ptr<ValidationState>& state)>;
72 fetch(
const shared_ptr<CertificateRequest>& certRequest,
const shared_ptr<ValidationState>& state,
80 doFetch(
const shared_ptr<CertificateRequest>& certRequest,
const shared_ptr<ValidationState>& state,
91 #endif // NDN_SECURITY_CERTIFICATE_FETCHER_HPP
The certificate following the certificate format naming convention.
Interface used by the validator to fetch missing certificates.
CertificateStorage * m_certStorage
std::function< void(const Certificate &cert, const shared_ptr< ValidationState > &state)> ValidationContinuation
Storage for trusted anchors, verified certificate cache, and unverified certificate cache...
void fetch(const shared_ptr< CertificateRequest > &certRequest, const shared_ptr< ValidationState > &state, const ValidationContinuation &continueValidation)
Asynchronously fetch certificate.
Common includes and macros used throughout the library.
virtual ~CertificateFetcher()
virtual void setCertificateStorage(CertificateStorage &certStorage)
Assign certificate storage to check known certificate and to cache unverified ones.