public abstract class CertificateContainerInterface extends Object
| Constructor and Description |
|---|
CertificateContainerInterface() |
| Modifier and Type | Method and Description |
|---|---|
abstract void |
add(CertificateV2 certificate)
Add the certificate to the container.
|
abstract void |
remove(Name certificateName)
Remove the certificate with the given name.
|
public abstract void add(CertificateV2 certificate)
certificate - The certificate to add, which is copied.public abstract void remove(Name certificateName)
certificateName - The name of the certificate.Copyright © 2019. All rights reserved.