Namespaces | |
| detail | |
Classes | |
| class | CertificateContainer |
| Container of certificates of a key. More... | |
| class | Identity |
| A frontend handle of an Identity. More... | |
| class | IdentityContainer |
| Container of identities of a Pib. More... | |
| class | Key |
| A frontend handle of a key instance. More... | |
| class | KeyContainer |
| Container of keys of an identity. More... | |
| class | Pib |
| represents the PIB More... | |
| class | PibImpl |
| Abstract class of PIB implementation. More... | |
| class | PibMemory |
| An in-memory implementation of Pib. More... | |
| class | PibSqlite3 |
| Pib backend implementation based on SQLite3 database. More... | |
Functions | |
| bool | operator!= (const Identity &lhs, const Identity &rhs) |
| bool | operator!= (const Key &lhs, const Key &rhs) |
| std::ostream & | operator<< (std::ostream &os, const Identity &id) |
| std::ostream & | operator<< (std::ostream &os, const Key &key) |
| bool | operator== (const Identity &lhs, const Identity &rhs) |
| bool | operator== (const Key &lhs, const Key &rhs) |
Variables | |
| static const std::string | INITIALIZATION |
| static class ndn::security::pib::NdnCxxAutoPibMemoryPibRegistrationClass | ndnCxxAutoPibMemoryPibRegistrationVariable |
| static class ndn::security::pib::NdnCxxAutoPibSqlite3PibRegistrationClass | ndnCxxAutoPibSqlite3PibRegistrationVariable |
Definition at line 101 of file identity.cpp.
| std::ostream & ndn::security::pib::operator<< | ( | std::ostream & | os, |
| const Identity & | id | ||
| ) |
Definition at line 107 of file identity.cpp.
| std::ostream & ndn::security::pib::operator<< | ( | std::ostream & | os, |
| const Key & | key | ||
| ) |
Definition at line 162 of file identity.hpp.
|
static |
Definition at line 37 of file pib-sqlite3.cpp.
|
static |
|
static |