Class KeyGenProcessor
java.lang.Object
com.netscape.cms.servlet.processors.PKIProcessor
com.netscape.cms.servlet.processors.KeyGenProcessor
- All Implemented Interfaces:
IPKIProcessor
KeyGenProcess parses Certificate request matching the
KEYGEN tag format used by Netscape Communicator 4.x
- Version:
- $Revision$, $Date$
-
Field Summary
FieldsFields inherited from class PKIProcessor
ADMIN_ENROLL_SERVLET_ID, CERT_TYPE, httpReq, mRequest, mServlet, mServletId, OLD_CERT_TYPE, PKCS10_REQUEST, SUBJECT_KEYGEN_INFO, SUBJECT_NAMEModifier and TypeFieldDescriptionstatic final Stringstatic final Stringprotected javax.servlet.http.HttpServletRequestprotected ICMSRequestprotected CMSServletprotected Stringstatic final Stringstatic final Stringstatic final Stringstatic final String -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidfillCertInfo(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams) voidprocess(ICMSRequest cmsReq) Methods inherited from class PKIProcessor
audit, audit, auditSubjectID, fillCertInfoArray, fillCertInfoFromAuthToken, fillCertInfoFromForm, fillValidityFromFormModifier and TypeMethodDescriptionprotected voidprotected voidSigned Audit Log This method is inherited by all extended "CMSServlet"s, and is called to store messages to the signed audit log.protected StringSigned Audit Log Subject ID This method is inherited by all extended "CMSServlet"s, and is called to obtain the "SubjectID" for a signed audit log message.protected org.mozilla.jss.netscape.security.x509.X509CertInfo[]fillCertInfoArray(String protocolString, IAuthToken authToken, IArgBlock httpParams, IRequest req) static voidfillCertInfoFromAuthToken(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken) fill subject name, validity, extensions from authoken if any, overriding what was in pkcs10.static voidfillCertInfoFromForm(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IArgBlock httpParams) fill subject name, extension from form.static voidfillValidityFromForm(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IArgBlock httpParams)
-
Field Details
-
logger
public static org.slf4j.Logger logger
-
-
Constructor Details
-
KeyGenProcessor
public KeyGenProcessor() -
KeyGenProcessor
-
-
Method Details
-
process
- Specified by:
processin interfaceIPKIProcessor- Overrides:
processin classPKIProcessor- Throws:
EBaseException
-
fillCertInfo
public void fillCertInfo(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams) throws EBaseException - Overrides:
fillCertInfoin classPKIProcessor- Throws:
EBaseException
-