BEA Systems, Inc.

BEA WebLogic Server 9.1 API Reference


weblogic.servlet.security
Class CertificateServlet

java.lang.Object
  extended byjavax.servlet.GenericServlet
      extended byjavax.servlet.http.HttpServlet
          extended byweblogic.servlet.security.CertificateServlet
All Implemented Interfaces:
Serializable, Servlet, ServletConfig

public final class CertificateServlet
extends HttpServlet

See Also:
Serialized Form
Copyright © 2005 BEA Systems, Inc. All Rights Reserved.

Field Summary
static String myLanguage
           
static Locale myLocale
           
protected  com.rsa.jsafe.JSAFE_SecureRandom secRan
           
 
Constructor Summary
CertificateServlet()
           
 
Method Summary
 void service(HttpServletRequest request, HttpServletResponse response)
           
 
Methods inherited from class javax.servlet.http.HttpServlet
doDelete, doGet, doHead, doOptions, doPost, doPut, doTrace, getLastModified, service
 
Methods inherited from class javax.servlet.GenericServlet
destroy, getInitParameter, getInitParameterNames, getServletConfig, getServletContext, getServletInfo, getServletName, init, init, log, log
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

myLanguage

public static final String myLanguage

myLocale

public static final Locale myLocale

secRan

protected com.rsa.jsafe.JSAFE_SecureRandom secRan
Constructor Detail

CertificateServlet

public CertificateServlet()
Method Detail

service

public void service(HttpServletRequest request,
                    HttpServletResponse response)
             throws ServletException,
                    IOException
Throws:
ServletException
IOException

Documentation is available at
http://download.oracle.com/docs/cd/E13222_01/wls/docs91
Copyright 2005 BEA Systems Inc.