NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.3: NDN, CCN, CCNx, content centric networks
API Documentation
Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
certificate-fetcher-offline.hpp
Go to the documentation of this file.
1
/* -*- Mode:C++; c-file-style:"gnu"; indent-tabs-mode:nil; -*- */
22
#ifndef NDN_SECURITY_V2_CERTIFICATE_FETCHER_OFFLINE_HPP
23
#define NDN_SECURITY_V2_CERTIFICATE_FETCHER_OFFLINE_HPP
24
25
#include "
certificate-fetcher.hpp
"
26
27
namespace
ndn
{
28
namespace
security
{
29
namespace
v2 {
30
34
class
CertificateFetcherOffline
:
public
CertificateFetcher
35
{
36
protected
:
37
void
38
doFetch
(
const
shared_ptr<CertificateRequest>& certRequest,
const
shared_ptr<ValidationState>& state,
39
const
ValidationContinuation
& continueValidation)
override
;
40
};
41
42
}
// namespace v2
43
}
// namespace security
44
}
// namespace ndn
45
46
#endif // NDN_SECURITY_V2_CERTIFICATE_FETCHER_OFFLINE_HPP
ndn
Copyright (c) 2011-2015 Regents of the University of California.
Definition:
ndn-strategy-choice-helper.hpp:34
ndn::security::v2::CertificateFetcher
Interface used by the validator to fetch missing certificates.
Definition:
certificate-fetcher.hpp:39
ndn::security::v2::CertificateFetcher::ValidationContinuation
std::function< void(const Certificate &cert, const shared_ptr< ValidationState > &state)> ValidationContinuation
Definition:
certificate-fetcher.hpp:43
ndn::security::v2::CertificateFetcherOffline::doFetch
void doFetch(const shared_ptr< CertificateRequest > &certRequest, const shared_ptr< ValidationState > &state, const ValidationContinuation &continueValidation) override
Asynchronous certificate fetching implementation.
Definition:
certificate-fetcher-offline.cpp:29
websocketpp::transport::asio::socket::error::security
Catch-all error for security policy errors that don't fit in other categories.
Definition:
base.hpp:79
ndn::security::v2::CertificateFetcherOffline
Certificate fetcher realization that does not fetch keys (always offline)
Definition:
certificate-fetcher-offline.hpp:34
certificate-fetcher.hpp
ndnSIM
ndn-cxx
src
security
v2
certificate-fetcher-offline.hpp
Generated on Thu Nov 2 2017 03:30:28 for ndnSIM by
1.8.11