Uses of Interface
com.netscape.certsrv.base.IArgBlock
Packages that use IArgBlock
Package
Description
-
Uses of IArgBlock in com.netscape.certsrv.authentication
Methods in com.netscape.certsrv.authentication that return IArgBlockMethods in com.netscape.certsrv.authentication with parameters of type IArgBlock -
Uses of IArgBlock in com.netscape.certsrv.extensions
Methods in com.netscape.certsrv.extensions that return IArgBlockModifier and TypeMethodDescriptionabstract IArgBlockCMSExtension.getFormParams(org.mozilla.jss.netscape.security.x509.Extension extension) Get Javascript name value pairs to put into the request processing template.Methods in com.netscape.certsrv.extensions with parameters of type IArgBlockModifier and TypeMethodDescriptionabstract org.mozilla.jss.netscape.security.x509.ExtensionCMSExtension.getExtension(IArgBlock argblock) Get an instance of the extension given http input. -
Uses of IArgBlock in com.netscape.cms.servlet.base
Methods in com.netscape.cms.servlet.base with parameters of type IArgBlockModifier and TypeMethodDescriptionprotected booleanCMSServlet.checkImportCertToNav(javax.servlet.http.HttpServletResponse httpResp, IArgBlock httpParams, org.mozilla.jss.netscape.security.x509.X509CertImpl cert) static booleanCMSServlet.doCMMFResponse(IArgBlock httpParams) static booleanCMSServlet.doFullResponse(IArgBlock httpParams) static AuthCredentialsCMSServlet.getAuthCreds(AuthManager authMgr, IArgBlock argBlock, X509Certificate clientCert) construct a authentication credentials to pass into authentication manager.protected voidCMSServlet.outputArgBlockAsXML(XMLObject xmlObj, Node parent, String argBlockName, IArgBlock argBlock) protected voidCMSServlet.saveHttpParams(IArgBlock httpParams, Request req) save http headers in a Request. -
Uses of IArgBlock in com.netscape.cms.servlet.common
Methods in com.netscape.cms.servlet.common that return IArgBlockModifier and TypeMethodDescriptionCMSTemplateParams.getFixed()CMSTemplateParams.getHeader()CMSRequest.getHttpParams()Methods in com.netscape.cms.servlet.common that return types with arguments of type IArgBlockMethods in com.netscape.cms.servlet.common with parameters of type IArgBlockModifier and TypeMethodDescriptionvoidCMSTemplateParams.addRepeatRecord(IArgBlock r) static AuthTokenCMSGateway.checkAuthManager(javax.servlet.http.HttpServletRequest httpReq, IArgBlock httpParams, X509Certificate cert, String authMgrName) static booleanGenPendingTemplateFiller.doFullResponse(IArgBlock httpParams) handy routine to check if client want full enrollment responsestatic AuthCredentialsCMSGateway.getAuthCreds(AuthManager authMgr, IArgBlock argBlock, X509Certificate clientCert) construct a authentication credentials to pass into authentication manager.voidvoidvoidCMSRequest.setHttpParams(IArgBlock httpParams) set the HTTP parametersConstructors in com.netscape.cms.servlet.common with parameters of type IArgBlock -
Uses of IArgBlock in com.netscape.cms.servlet.key
Methods in com.netscape.cms.servlet.key with parameters of type IArgBlockModifier and TypeMethodDescriptionstatic voidKeyRecordParser.fillRecordIntoArg(KeyRecord rec, IArgBlock rarg) Fills key record into argument block. -
Uses of IArgBlock in com.netscape.cms.servlet.processors
Methods in com.netscape.cms.servlet.processors with parameters of type IArgBlockModifier and TypeMethodDescriptionvoidCMCProcessor.fillCertInfo(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, AuthToken authToken, IArgBlock httpParams) voidKeyGenProcessor.fillCertInfo(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, AuthToken authToken, IArgBlock httpParams) voidPKCS10Processor.fillCertInfo(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, AuthToken authToken, IArgBlock httpParams) voidPKCS10Processor.fillCertInfo(org.mozilla.jss.netscape.security.pkcs.PKCS10 pkcs10, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, AuthToken authToken, IArgBlock httpParams) protected voidPKIProcessor.fillCertInfo(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, AuthToken authToken, IArgBlock httpParams) org.mozilla.jss.netscape.security.x509.X509CertInfo[]CMCProcessor.fillCertInfoArray(String protocolString, AuthToken authToken, IArgBlock httpParams, Request req) org.mozilla.jss.netscape.security.x509.X509CertInfo[]CRMFProcessor.fillCertInfoArray(String protocolString, AuthToken authToken, IArgBlock httpParams, Request req) protected org.mozilla.jss.netscape.security.x509.X509CertInfo[]PKIProcessor.fillCertInfoArray(String protocolString, AuthToken authToken, IArgBlock httpParams, Request req) static voidPKIProcessor.fillCertInfoFromForm(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IArgBlock httpParams) fill subject name, extension from form.static voidPKIProcessor.fillValidityFromForm(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IArgBlock httpParams) org.mozilla.jss.netscape.security.x509.X509CertInfoCRMFProcessor.processIndividualRequest(org.mozilla.jss.pkix.crmf.CertReqMsg certReqMsg, AuthToken authToken, IArgBlock httpParams) -
Uses of IArgBlock in com.netscape.cms.servlet.request
Methods in com.netscape.cms.servlet.request with parameters of type IArgBlockModifier and TypeMethodDescriptionvoidProcessReq.addAuthorityName(IArgBlock header) voidProcessReq.addSigningAlgorithm(IArgBlock header) voidReqParser.fillRequestIntoArg(Locale l, Request req, CMSTemplateParams argSet, IArgBlock arg) Maps request object into argument block. -
Uses of IArgBlock in com.netscape.cmscore.base
Classes in com.netscape.cmscore.base that implement IArgBlockModifier and TypeClassDescriptionclassThis class represents a set of indexed arguments. -
Uses of IArgBlock in com.netscape.cmscore.extensions
Methods in com.netscape.cmscore.extensions that return IArgBlockModifier and TypeMethodDescriptionKeyUsage.getFormParams(org.mozilla.jss.netscape.security.x509.Extension extension) Methods in com.netscape.cmscore.extensions with parameters of type IArgBlockModifier and TypeMethodDescriptionorg.mozilla.jss.netscape.security.x509.ExtensionKeyUsage.getExtension(IArgBlock args)