#include "ndn-cxx/data.hpp"
#include "ndn-cxx/interest.hpp"
#include "ndn-cxx/security/certificate-request.hpp"
#include "ndn-cxx/security/validation-state.hpp"
Go to the source code of this file.
Classes | |
class | ndn::security::v2::ValidationPolicy |
Abstraction that implements a validation policy for Interest and Data packets. More... | |
Namespaces | |
ndn | |
ndn::security | |
ndn::security::v2 | |
Functions | |
Name | ndn::security::v2::extractIdentityNameFromKeyLocator (const Name &keyLocator) |
Extract identity name from key, version-less certificate, or certificate name. More... | |
Name | ndn::security::v2::getKeyLocatorName (const SignatureInfo &sigInfo, ValidationState &state) |
Extract the KeyLocator name from a SignatureInfo element. More... | |
SignatureInfo | ndn::security::v2::getSignatureInfo (const Interest &interest, ValidationState &state) |
Extract SignatureInfo from a signed Interest. More... | |