NS-3 based Named Data Networking (NDN) simulator
ndnSIM 2.5: NDN, CCN, CCNx, content centric networks
API Documentation
verification-helpers.cpp File Reference
Include dependency graph for verification-helpers.cpp:

Go to the source code of this file.

Namespaces

 ndn
 Copyright (c) 2011-2015 Regents of the University of California.
 
 ndn::security
 

Functions

bool ndn::security::verifySignature (const InputBuffers &blobs, span< const uint8_t > sig, const transform::PublicKey &key)
 Verify blobs using key against sig. More...
 
bool ndn::security::verifySignature (const InputBuffers &blobs, span< const uint8_t > sig, span< const uint8_t > key)
 Verify blobs using key against sig. More...
 
static ParseResult ndn::security::parse (const Data &data)
 
static ParseResult ndn::security::parse (const Interest &interest)
 
static bool ndn::security::verifySignature (const ParseResult &params, const transform::PublicKey &key)
 
static bool ndn::security::verifySignature (const ParseResult &params, span< const uint8_t > key)
 
static bool ndn::security::verifySignature (const ParseResult &params, const tpm::Tpm &tpm, const Name &keyName, DigestAlgorithm digestAlgorithm)
 
static bool ndn::security::verifyDigest (const ParseResult &params, DigestAlgorithm algorithm)
 
bool ndn::security::verifySignature (const Data &data, span< const uint8_t > key)
 Verify data using key. More...
 
bool ndn::security::verifySignature (const Interest &interest, span< const uint8_t > key)
 Verify interest using key. More...
 
bool ndn::security::verifySignature (const Data &data, const transform::PublicKey &key)
 Verify data using key. More...
 
bool ndn::security::verifySignature (const Interest &interest, const transform::PublicKey &key)
 Verify interest using key. More...
 
bool ndn::security::verifySignature (const Data &data, const pib::Key &key)
 Verify data using key. More...
 
bool ndn::security::verifySignature (const Interest &interest, const pib::Key &key)
 Verify interest using key. More...
 
bool ndn::security::verifySignature (const Data &data, const optional< Certificate > &cert)
 Verify data using cert. More...
 
bool ndn::security::verifySignature (const Interest &interest, const optional< Certificate > &cert)
 Verify interest using cert. More...
 
bool ndn::security::verifySignature (const Data &data, const tpm::Tpm &tpm, const Name &keyName, DigestAlgorithm digestAlgorithm)
 Verify data using tpm and keyName with the digestAlgorithm. More...
 
bool ndn::security::verifySignature (const Interest &interest, const tpm::Tpm &tpm, const Name &keyName, DigestAlgorithm digestAlgorithm)
 Verify interest using tpm and keyName with the digestAlgorithm. More...
 

Variable Documentation

◆ info

◆ bufs

◆ sig