Class CMCProcessor
java.lang.Object
com.netscape.cms.servlet.processors.PKIProcessor
com.netscape.cms.servlet.processors.CMCProcessor
- All Implemented Interfaces:
IPKIProcessor
Process CMC messages according to RFC 2797
See http://www.ietf.org/rfc/rfc2797.txt
- 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) org.mozilla.jss.netscape.security.x509.X509CertInfo[]fillCertInfoArray(String protocolString, IAuthToken authToken, IArgBlock httpParams, IRequest req) voidprocess(ICMSRequest cmsReq) Methods inherited from class PKIProcessor
audit, audit, auditSubjectID, 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.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
-
CMCProcessor
public CMCProcessor() -
CMCProcessor
-
-
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
-
fillCertInfoArray
public org.mozilla.jss.netscape.security.x509.X509CertInfo[] fillCertInfoArray(String protocolString, IAuthToken authToken, IArgBlock httpParams, IRequest req) throws EBaseException - Overrides:
fillCertInfoArrayin classPKIProcessor- Throws:
EBaseException
-