Package org.xipki.ca.server.publisher
Class OcspCertPublisherFactory
- java.lang.Object
-
- org.xipki.ca.server.publisher.OcspCertPublisherFactory
-
- All Implemented Interfaces:
org.xipki.ca.api.publisher.CertPublisherFactory
public class OcspCertPublisherFactory extends Object implements org.xipki.ca.api.publisher.CertPublisherFactory
Factory ofOcspCertPublisher.- Since:
- 2.0.0
- Author:
- Lijun Liao (xipki)
-
-
Constructor Summary
Constructors Constructor Description OcspCertPublisherFactory()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description booleancanCreatePublisher(String type)Set<String>getSupportedTypes()org.xipki.ca.api.publisher.CertPublishernewPublisher(String type)
-
-
-
Method Detail
-
getSupportedTypes
public Set<String> getSupportedTypes()
- Specified by:
getSupportedTypesin interfaceorg.xipki.ca.api.publisher.CertPublisherFactory
-
canCreatePublisher
public boolean canCreatePublisher(String type)
- Specified by:
canCreatePublisherin interfaceorg.xipki.ca.api.publisher.CertPublisherFactory
-
newPublisher
public org.xipki.ca.api.publisher.CertPublisher newPublisher(String type) throws org.xipki.util.exception.ObjectCreationException
- Specified by:
newPublisherin interfaceorg.xipki.ca.api.publisher.CertPublisherFactory- Throws:
org.xipki.util.exception.ObjectCreationException
-
-