22 #ifndef NDN_CXX_SECURITY_VALIDATION_POLICY_ACCEPT_ALL_HPP
23 #define NDN_CXX_SECURITY_VALIDATION_POLICY_ACCEPT_ALL_HPP
41 continueValidation(
nullptr, state);
48 continueValidation(
nullptr, state);
Represents a Data packet.
Represents an Interest packet.
A validator policy that accepts any signature of data and interest packets.
void checkPolicy(const Data &data, const shared_ptr< ValidationState > &state, const ValidationContinuation &continueValidation) final
Check data against the policy.
void checkPolicy(const Interest &interest, const shared_ptr< ValidationState > &state, const ValidationContinuation &continueValidation) final
Check interest against the policy.
Abstraction that implements a validation policy for Interest and Data packets.
std::function< void(const shared_ptr< CertificateRequest > &certRequest, const shared_ptr< ValidationState > &state)> ValidationContinuation