| 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... | |
| 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 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 | 
| 
 | static |