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 IArgBlockModifier and TypeMethodDescriptionAuthCredentials.getArgBlock()
Returns the argblock.IAuthCredentials.getArgBlock()
Returns argblock.Methods in com.netscape.certsrv.authentication with parameters of type IArgBlockModifier and TypeMethodDescriptionvoid
AuthCredentials.setArgBlock
(IArgBlock blk) Set the given argblock i * @param blk the given argblock.void
IAuthCredentials.setArgBlock
(IArgBlock blk) Set argblock. -
Uses of IArgBlock in com.netscape.certsrv.extensions
Methods in com.netscape.certsrv.extensions that return IArgBlockModifier and TypeMethodDescriptionabstract IArgBlock
CMSExtension.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.Extension
CMSExtension.getExtension
(IArgBlock argblock) Get an instance of the extension given http input. -
Uses of IArgBlock in com.netscape.cms.servlet.admin
Methods in com.netscape.cms.servlet.admin that return IArgBlockMethods in com.netscape.cms.servlet.admin with parameters of type IArgBlock -
Uses of IArgBlock in com.netscape.cms.servlet.base
Methods in com.netscape.cms.servlet.base with parameters of type IArgBlockModifier and TypeMethodDescriptionprotected boolean
CMSServlet.checkImportCertToNav
(javax.servlet.http.HttpServletResponse httpResp, IArgBlock httpParams, org.mozilla.jss.netscape.security.x509.X509CertImpl cert) static boolean
CMSServlet.doCMMFResponse
(IArgBlock httpParams) static boolean
CMSServlet.doFullResponse
(IArgBlock httpParams) static AuthCredentials
CMSServlet.getAuthCreds
(AuthManager authMgr, IArgBlock argBlock, X509Certificate clientCert) construct a authentication credentials to pass into authentication manager.protected void
CMSServlet.outputArgBlockAsXML
(XMLObject xmlObj, Node parent, String argBlockName, IArgBlock argBlock) protected void
CMSServlet.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 TypeMethodDescriptionAuthCredentials.getArgBlock()
CMSTemplateParams.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 TypeMethodDescriptionvoid
CMSTemplateParams.addRepeatRecord
(IArgBlock r) static IAuthToken
CMSGateway.checkAuthManager
(javax.servlet.http.HttpServletRequest httpReq, IArgBlock httpParams, X509Certificate cert, String authMgrName) static boolean
GenPendingTemplateFiller.doFullResponse
(IArgBlock httpParams) handy routine to check if client want full enrollment responsestatic AuthCredentials
CMSGateway.getAuthCreds
(AuthManager authMgr, IArgBlock argBlock, X509Certificate clientCert) construct a authentication credentials to pass into authentication manager.void
AuthCredentials.setArgBlock
(IArgBlock blk) void
void
void
CMSRequest.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 void
KeyRecordParser.fillRecordIntoArg
(IKeyRecord 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 TypeMethodDescriptionvoid
CMCProcessor.fillCertInfo
(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams) void
KeyGenProcessor.fillCertInfo
(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams) void
PKCS10Processor.fillCertInfo
(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams) void
PKCS10Processor.fillCertInfo
(org.mozilla.jss.netscape.security.pkcs.PKCS10 pkcs10, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams) protected void
PKIProcessor.fillCertInfo
(String protocolString, org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IAuthToken authToken, IArgBlock httpParams) org.mozilla.jss.netscape.security.x509.X509CertInfo[]
CMCProcessor.fillCertInfoArray
(String protocolString, IAuthToken authToken, IArgBlock httpParams, Request req) org.mozilla.jss.netscape.security.x509.X509CertInfo[]
CRMFProcessor.fillCertInfoArray
(String protocolString, IAuthToken authToken, IArgBlock httpParams, Request req) protected org.mozilla.jss.netscape.security.x509.X509CertInfo[]
PKIProcessor.fillCertInfoArray
(String protocolString, IAuthToken authToken, IArgBlock httpParams, Request req) static void
PKIProcessor.fillCertInfoFromForm
(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IArgBlock httpParams) fill subject name, extension from form.static void
PKIProcessor.fillValidityFromForm
(org.mozilla.jss.netscape.security.x509.X509CertInfo certInfo, IArgBlock httpParams) org.mozilla.jss.netscape.security.x509.X509CertInfo
CRMFProcessor.processIndividualRequest
(org.mozilla.jss.pkix.crmf.CertReqMsg certReqMsg, IAuthToken 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 TypeMethodDescriptionvoid
ProcessReq.addAuthorityName
(IArgBlock header) void
ProcessReq.addSigningAlgorithm
(IArgBlock header) void
IReqParser.fillRequestIntoArg
(Locale l, Request req, CMSTemplateParams argSet, IArgBlock arg) Maps request object into argument block.void
ReqParser.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 TypeClassDescriptionclass
This 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.Extension
KeyUsage.getExtension
(IArgBlock args)