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) |
Definition at line 101 of file identity.cpp.
std::ostream & ndn::security::pib::operator<< | ( | std::ostream & | os, |
const Identity & | id | ||
) |
Definition at line 106 of file identity.cpp.
std::ostream & ndn::security::pib::operator<< | ( | std::ostream & | os, |
const Key & | key | ||
) |
Definition at line 167 of file identity.hpp.