All Classes Namespaces Functions Variables Typedefs Enumerations Enumerator Pages
Public Member Functions | List of all members
ndn::CertificateContainerInterface Class Referenceabstract

Public Member Functions

virtual void add (const CertificateV2 &certificate)=0
 Add the certificate to the container. More...
 
virtual void remove (const Name &certificateName)=0
 Remove the certificate with the given name. More...
 

Member Function Documentation

virtual void ndn::CertificateContainerInterface::add ( const CertificateV2 certificate)
pure virtual

Add the certificate to the container.

Parameters
certificateThe certificate to add, which is copied.
virtual void ndn::CertificateContainerInterface::remove ( const Name certificateName)
pure virtual

Remove the certificate with the given name.

If the name does not exist, do nothing.

Parameters
certificateNameThe name of the certificate.

The documentation for this class was generated from the following files: