Class: CertificateContainerInterface

CertificateContainerInterface()

new CertificateContainerInterface()

Source:

Methods

add(certificate)

Add the certificate to the container.
Parameters:
Name Type Description
certificate CertificateV2 The certificate to add, which is copied.
Source:

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.
Source: