A handler to search or enumerate keys of an identity. More...
#include <key-container.hpp>
Classes | |
class | const_iterator |
Public Types | |
typedef const_iterator | iterator |
Public Member Functions | |
KeyContainer () | |
KeyContainer (const Name &identity, std::set< name::Component > &&keyIds, shared_ptr< PibImpl > impl) | |
const_iterator | begin () const |
const_iterator | end () const |
const_iterator | find (const name::Component &keyId) const |
size_t | size () const |
A handler to search or enumerate keys of an identity.
Definition at line 34 of file key-container.hpp.
Definition at line 69 of file key-container.hpp.
ndn::security::KeyContainer::KeyContainer | ( | ) |
Definition at line 70 of file key-container.cpp.
ndn::security::KeyContainer::KeyContainer | ( | const Name & | identity, |
std::set< name::Component > && | keyIds, | ||
shared_ptr< PibImpl > | impl | ||
) |
Definition at line 74 of file key-container.cpp.
KeyContainer::const_iterator ndn::security::KeyContainer::begin | ( | ) | const |
Definition at line 84 of file key-container.cpp.
KeyContainer::const_iterator ndn::security::KeyContainer::end | ( | ) | const |
Definition at line 90 of file key-container.cpp.
Referenced by ndn::security::Identity::getName().
KeyContainer::const_iterator ndn::security::KeyContainer::find | ( | const name::Component & | keyId | ) | const |
Definition at line 96 of file key-container.cpp.
Referenced by ndn::security::Identity::getName().
size_t ndn::security::KeyContainer::size | ( | ) | const |
Definition at line 102 of file key-container.cpp.