Class UpdateCRL

  • All Implemented Interfaces:
    java.io.Serializable, javax.servlet.Servlet, javax.servlet.ServletConfig

    public class UpdateCRL
    extends CMSServlet
    Force the CRL to be updated now.
    Version:
    $Revision$, $Date$
    See Also:
    Serialized Form
    • Constructor Detail

      • UpdateCRL

        public UpdateCRL()
        Constructs UpdateCRL servlet.
    • Method Detail

      • init

        public void init​(javax.servlet.ServletConfig sc)
                  throws javax.servlet.ServletException
        Initializes the servlet. This servlet uses updateCRL.template to render the result
        Specified by:
        init in interface javax.servlet.Servlet
        Overrides:
        init in class CMSServlet
        Throws:
        javax.servlet.ServletException
      • process

        public void process​(CMSRequest cmsReq)
                     throws EBaseException
        Process the HTTP request.
        • http.param signatureAlgorithm the algorithm to use to sign the CRL
        • http.param waitForUpdate true/false - should the servlet wait until the CRL update is complete?
        • http.param clearCRLCache true/false - should the CRL cache cleared before the CRL is generated?
        • http.param crlIssuingPoint the CRL Issuing Point to Update
        Overrides:
        process in class CMSServlet
        Parameters:
        cmsReq - the object holding the request and response information
        Throws:
        EBaseException - if the servlet was unable to satisfactorily process the request