A group of trust anchors. More...
#include <ndn-cxx/security/v2/trust-anchor-group.hpp>
Inheritance diagram for ndn::security::v2::TrustAnchorGroup:
Collaboration diagram for ndn::security::v2::TrustAnchorGroup:Public Member Functions | |
| TrustAnchorGroup (CertContainerInterface &certContainer, const std::string &id) | |
| Create an anchor group. More... | |
| virtual | ~TrustAnchorGroup () |
| const std::string & | getId () const |
| virtual void | refresh () |
| Request certificate refresh. More... | |
| size_t | size () const |
Protected Attributes | |
| std::set< Name > | m_anchorNames |
| CertContainerInterface & | m_certs |
A group of trust anchors.
Definition at line 51 of file trust-anchor-group.hpp.
| ndn::security::v2::TrustAnchorGroup::TrustAnchorGroup | ( | CertContainerInterface & | certContainer, |
| const std::string & | id | ||
| ) |
Create an anchor group.
Definition at line 39 of file trust-anchor-group.cpp.
|
virtualdefault |
|
inline |
Definition at line 66 of file trust-anchor-group.hpp.
|
virtual |
Request certificate refresh.
Reimplemented in ndn::security::v2::DynamicTrustAnchorGroup.
Definition at line 54 of file trust-anchor-group.cpp.
| size_t ndn::security::v2::TrustAnchorGroup::size | ( | ) | const |
Definition at line 48 of file trust-anchor-group.cpp.
|
protected |
Definition at line 85 of file trust-anchor-group.hpp.
|
protected |
Definition at line 84 of file trust-anchor-group.hpp.