ndn::security::pib Namespace Reference

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)
 

Function Documentation

◆ operator!=() [1/2]

bool ndn::security::pib::operator!= ( const Identity lhs,
const Identity rhs 
)

Definition at line 101 of file identity.cpp.

◆ operator!=() [2/2]

bool ndn::security::pib::operator!= ( const Key lhs,
const Key rhs 
)

Definition at line 121 of file key.cpp.

◆ operator<<() [1/2]

std::ostream & ndn::security::pib::operator<< ( std::ostream &  os,
const Identity id 
)

Definition at line 106 of file identity.cpp.

◆ operator<<() [2/2]

std::ostream & ndn::security::pib::operator<< ( std::ostream &  os,
const Key key 
)

Definition at line 126 of file key.cpp.

◆ operator==() [1/2]

bool ndn::security::pib::operator== ( const Identity lhs,
const Identity rhs 
)
inline

Definition at line 167 of file identity.hpp.

◆ operator==() [2/2]

bool ndn::security::pib::operator== ( const Key lhs,
const Key rhs 
)
inline

Definition at line 186 of file key.hpp.