|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjavax.servlet.GenericServlet
javax.servlet.http.HttpServlet
com.netscape.cms.servlet.base.CMSServlet
com.netscape.cms.servlet.cert.DoRevokeTPS
public class DoRevokeTPS
Revoke a Certificate
| Field Summary |
|---|
| Constructor Summary | |
|---|---|
DoRevokeTPS()
|
|
| Method Summary | |
|---|---|
void |
init(javax.servlet.ServletConfig sc)
initialize the servlet. |
void |
process(CMSRequest cmsReq)
Serves HTTP request. |
| 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, log, log |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public DoRevokeTPS()
| Method Detail |
|---|
public void init(javax.servlet.ServletConfig sc)
throws javax.servlet.ServletException
init in interface javax.servlet.Servletinit in class CMSServletsc - servlet configuration, read from the web.xml file
javax.servlet.ServletException
public void process(CMSRequest cmsReq)
throws EBaseException
serialNumber Serial number of certificate to revoke (in HEX) revocationReason Revocation reason (Described below) totalRecordCount [number] verifiedRecordCount [number] invalidityDate [number of seconds in Jan 1,1970]revocationReason can be one of these values:
0 = Unspecified (default) 1 = Key compromised 2 = CA key compromised 3 = Affiliation changed 4 = Certificate superseded 5 = Cessation of operation 6 = Certificate is on hold
process in class CMSServletEBaseException - if the servlet was unable to satisfactorily
process the request
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||