new CertificateContainerInterface()
Methods
add(certificate)
Add the certificate to the container.
Parameters:
Name | Type | Description |
---|---|---|
certificate |
CertificateV2 | The certificate to add, which is copied. |
remove(certificateName)
Remove the certificate with the given name. If the name does not exist,
do nothing.
Parameters:
Name | Type | Description |
---|---|---|
certificateName |
Name | The name of the certificate. |