Interface for the cache of validated certificates. More...
#include <certificate-cache.hpp>
Public Member Functions | |
virtual | ~CertificateCache () |
virtual void | insertCertificate (shared_ptr< const IdentityCertificate > certificate)=0 |
virtual shared_ptr< const IdentityCertificate > | getCertificate (const Name &certificateNameWithoutVersion)=0 |
virtual void | reset ()=0 |
virtual size_t | getSize ()=0 |
bool | isEmpty () |
Interface for the cache of validated certificates.
Definition at line 35 of file certificate-cache.hpp.
|
inlinevirtual |
Definition at line 39 of file certificate-cache.hpp.
References getCertificate(), getSize(), insertCertificate(), and reset().
|
pure virtual |
Implemented in ndn::CertificateCacheTtl.
Referenced by ~CertificateCache().
|
pure virtual |
Implemented in ndn::CertificateCacheTtl.
Referenced by ~CertificateCache().
|
pure virtual |
Implemented in ndn::CertificateCacheTtl.
Referenced by ~CertificateCache().
|
pure virtual |
Implemented in ndn::CertificateCacheTtl.
Referenced by isEmpty(), and ~CertificateCache().
|
inline |
Definition at line 56 of file certificate-cache.hpp.
References getSize().