Class KeyGenProcessor
- java.lang.Object
-
- com.netscape.cms.servlet.processors.PKIProcessor
-
- com.netscape.cms.servlet.processors.KeyGenProcessor
-
- All Implemented Interfaces:
IPKIProcessor
public class KeyGenProcessor extends PKIProcessor
KeyGenProcess parses Certificate request matching the KEYGEN tag format used by Netscape Communicator 4.x- Version:
- $Revision$, $Date$
-
-
Field Summary
-
Fields inherited from class com.netscape.cms.servlet.processors.PKIProcessor
ADMIN_ENROLL_SERVLET_ID, CERT_TYPE, httpReq, mRequest, mServlet, mServletId, OLD_CERT_TYPE, PKCS10_REQUEST, SUBJECT_KEYGEN_INFO, SUBJECT_NAME
-
-
Constructor Summary
Constructors Constructor Description KeyGenProcessor()
KeyGenProcessor(ICMSRequest cmsReq, CMSServlet servlet)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
fillCertInfo(java.lang.String protocolString, X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams)
void
process(ICMSRequest cmsReq)
-
Methods inherited from class com.netscape.cms.servlet.processors.PKIProcessor
audit, audit, auditSubjectID, fillCertInfoArray, fillCertInfoFromAuthToken, fillCertInfoFromForm, fillValidityFromForm, log, log
-
-
-
-
Constructor Detail
-
KeyGenProcessor
public KeyGenProcessor()
-
KeyGenProcessor
public KeyGenProcessor(ICMSRequest cmsReq, CMSServlet servlet)
-
-
Method Detail
-
process
public void process(ICMSRequest cmsReq) throws EBaseException
- Specified by:
process
in interfaceIPKIProcessor
- Overrides:
process
in classPKIProcessor
- Throws:
EBaseException
-
fillCertInfo
public void fillCertInfo(java.lang.String protocolString, X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams) throws EBaseException
- Overrides:
fillCertInfo
in classPKIProcessor
- Throws:
EBaseException
-
-