|
| 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...
|
| |
| virtual void ndn::CertificateContainerInterface::add |
( |
const CertificateV2 & |
certificate | ) |
|
|
pure virtual |
Add the certificate to the container.
- Parameters
-
| certificate | The 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
-
| certificateName | The name of the certificate. |
The documentation for this class was generated from the following files: