Class OcspCertPublisherFactory

  • All Implemented Interfaces:
    org.xipki.ca.api.publisher.CertPublisherFactory

    public class OcspCertPublisherFactory
    extends Object
    implements org.xipki.ca.api.publisher.CertPublisherFactory
    Factory of OcspCertPublisher.
    Since:
    2.0.0
    Author:
    Lijun Liao (xipki)
    • Constructor Detail

      • OcspCertPublisherFactory

        public OcspCertPublisherFactory()
    • Method Detail

      • getSupportedTypes

        public Set<String> getSupportedTypes()
        Specified by:
        getSupportedTypes in interface org.xipki.ca.api.publisher.CertPublisherFactory
      • canCreatePublisher

        public boolean canCreatePublisher​(String type)
        Specified by:
        canCreatePublisher in interface org.xipki.ca.api.publisher.CertPublisherFactory
      • newPublisher

        public org.xipki.ca.api.publisher.CertPublisher newPublisher​(String type)
                                                              throws org.xipki.util.exception.ObjectCreationException
        Specified by:
        newPublisher in interface org.xipki.ca.api.publisher.CertPublisherFactory
        Throws:
        org.xipki.util.exception.ObjectCreationException