Class DisplayBySerial

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

    public class DisplayBySerial
    extends CMSServlet
    Display detailed information about a certificate The template 'displayBySerial.template' is used to render the response for this servlet.
    Version:
    $Revision$, $Date$
    See Also:
    Serialized Form
    • Field Detail

      • logger

        public static org.slf4j.Logger logger
    • Constructor Detail

      • DisplayBySerial

        public DisplayBySerial()
        Constructs DisplayBySerial servlet.
    • Method Detail

      • init

        public void init​(javax.servlet.ServletConfig sc)
                  throws javax.servlet.ServletException
        initialize the servlet.
        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
        Serves HTTP request. The format of this request is as follows:
        • http.param serialNumber Decimal serial number of certificate to display (or hex if serialNumber preceded by 0x)
        Overrides:
        process in class CMSServlet
        Throws:
        EBaseException - if the servlet was unable to satisfactorily process the request