public interface CertPublisherFactory
| Modifier and Type | Method and Description |
|---|---|
boolean |
canCreatePublisher(String type)
Whether Publisher of given type can be created.
|
Set<String> |
getSupportedTypes()
Retrieves the types of supported publishers.
|
CertPublisher |
newPublisher(String type)
Create new publisher of given type.
|
Set<String> getSupportedTypes()
null.boolean canCreatePublisher(String type)
type - Type of the publisher. Must not be null.CertPublisher newPublisher(String type) throws org.xipki.util.ObjectCreationException
type - Type of the publisher. Must not be null.org.xipki.util.ObjectCreationException - if publisher could not be created.Copyright © 2019. All rights reserved.