|  | 
| static ParseResult | ndn::security::parse (const Data &data) | 
|  | 
| static ParseResult | ndn::security::parse (const Interest &interest) | 
|  | 
| bool | ndn::security::verifyDigest (const uint8_t *blob, size_t blobLen, const uint8_t *digest, size_t digestLen, DigestAlgorithm algorithm) | 
|  | Verify blobagainstdigestusingalgorithm.  More...
 | 
|  | 
| bool | ndn::security::verifyDigest (const Data &data, DigestAlgorithm algorithm) | 
|  | Verify dataagainst digestalgorithm.  More...
 | 
|  | 
| bool | ndn::security::verifyDigest (const Interest &interest, DigestAlgorithm algorithm) | 
|  | Verify interestagainst digestalgorithm.  More...
 | 
|  | 
| bool | ndn::security::verifySignature (const uint8_t *blob, size_t blobLen, const uint8_t *sig, size_t sigLen, const transform::PublicKey &key) | 
|  | Verify blobusingkeyagainstsig.  More...
 | 
|  | 
| bool | ndn::security::verifySignature (const uint8_t *blob, size_t blobLen, const uint8_t *sig, size_t sigLen, const uint8_t *key, size_t keyLen) | 
|  | Verify blobusingkeyagainstsig.  More...
 | 
|  | 
| static bool | ndn::security::verifySignature (ParseResult params, const transform::PublicKey &key) | 
|  | 
| static bool | ndn::security::verifySignature (ParseResult params, const tpm::Tpm &tpm, const Name &keyName, DigestAlgorithm digestAlgorithm) | 
|  | 
| static bool | ndn::security::verifySignature (ParseResult params, const uint8_t *key, size_t keyLen) | 
|  | 
| bool | ndn::security::verifySignature (const Data &data, const transform::PublicKey &key) | 
|  | Verify datausingkey.  More...
 | 
|  | 
| bool | ndn::security::verifySignature (const Interest &interest, const transform::PublicKey &key) | 
|  | Verify interestusingkey.  More...
 | 
|  | 
| bool | ndn::security::verifySignature (const Data &data, const pib::Key &key) | 
|  | Verify datausingkey.  More...
 | 
|  | 
| bool | ndn::security::verifySignature (const Interest &interest, const pib::Key &key) | 
|  | Verify interestusingkey.  More...
 | 
|  | 
| bool | ndn::security::verifySignature (const Data &data, const uint8_t *key, size_t keyLen) | 
|  | Verify datausingkey.  More...
 | 
|  | 
| bool | ndn::security::verifySignature (const Interest &interest, const uint8_t *key, size_t keyLen) | 
|  | Verify interestusingkey.  More...
 | 
|  | 
| bool | ndn::security::verifySignature (const Data &data, const v2::Certificate &cert) | 
|  | Verify datausingcert.  More...
 | 
|  | 
| bool | ndn::security::verifySignature (const Interest &interest, const v2::Certificate &cert) | 
|  | Verify interestusingcert.  More...
 | 
|  | 
| bool | ndn::security::verifySignature (const Data &data, const tpm::Tpm &tpm, const Name &keyName, DigestAlgorithm digestAlgorithm) | 
|  | Verify datausingtpmandkeyNamewith thedigestAlgorithm.  More...
 | 
|  | 
| bool | ndn::security::verifySignature (const Interest &interest, const tpm::Tpm &tpm, const Name &keyName, DigestAlgorithm digestAlgorithm) | 
|  | Verify interestusingtpmandkeyNamewith thedigestAlgorithm.  More...
 | 
|  |