Class DisplayCRL

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

    public class DisplayCRL
    extends CMSServlet
    Decode the CRL and display it to the requester.
    Version:
    $Revision$, $Date$
    See Also:
    Serialized Form
    • Constructor Detail

      • DisplayCRL

        public DisplayCRL()
        Constructs DisplayCRL servlet.
    • Method Detail

      • init

        public void init​(javax.servlet.ServletConfig sc)
                  throws javax.servlet.ServletException
        Initialize the servlet. This servlet uses the 'displayCRL.template' file to to render the response to the client.
        Specified by:
        init in interface javax.servlet.Servlet
        Overrides:
        init in class CMSServlet
        Parameters:
        sc - servlet configuration, read from the web.xml file
        Throws:
        javax.servlet.ServletException
      • process

        public void process​(CMSRequest cmsReq)
                     throws EBaseException
        Process the HTTP request
        • http.param crlIssuingPoint number
        • http.param crlDisplayType entireCRL or crlHeader or base64Encoded or deltaCRL
        • http.param pageStart which page to start displaying from
        • http.param pageSize number of entries to show per page
        Overrides:
        process in class CMSServlet
        Parameters:
        cmsReq - the Request to service.
        Throws:
        EBaseException - if the servlet was unable to satisfactorily process the request