Modifier and Type | Method and Description |
---|---|
IArgBlock |
ICMSEngine.createArgBlock()
Creates argument block.
|
static IArgBlock |
CMS.createArgBlock() |
IArgBlock |
ICMSEngine.createArgBlock(java.util.Hashtable<java.lang.String,java.lang.String> httpReq)
Creates argument block.
|
static IArgBlock |
CMS.createArgBlock(java.util.Hashtable<java.lang.String,java.lang.String> httpReq) |
IArgBlock |
ICMSEngine.createArgBlock(java.lang.String realm,
java.util.Hashtable<java.lang.String,java.lang.String> httpReq)
Creates argument block.
|
static IArgBlock |
CMS.createArgBlock(java.lang.String realm,
java.util.Hashtable<java.lang.String,java.lang.String> httpReq) |
Modifier and Type | Method and Description |
---|---|
IArgBlock |
IAuthCredentials.getArgBlock()
Returns argblock.
|
IArgBlock |
AuthCredentials.getArgBlock()
Returns the argblock.
|
Modifier and Type | Method and Description |
---|---|
void |
IAuthCredentials.setArgBlock(IArgBlock blk)
Set argblock.
|
void |
AuthCredentials.setArgBlock(IArgBlock blk)
Set the given argblock
i * @param blk the given argblock.
|
Modifier and Type | Method and Description |
---|---|
IArgBlock |
ICMSExtension.getFormParams(netscape.security.x509.Extension extension)
Get Javascript name value pairs to put into the request processing
template.
|
Modifier and Type | Method and Description |
---|---|
netscape.security.x509.Extension |
ICMSExtension.getExtension(IArgBlock argblock)
Get an instance of the extension given http input.
|
Modifier and Type | Method and Description |
---|---|
IArgBlock |
AuthCredentials.getArgBlock() |
Modifier and Type | Method and Description |
---|---|
void |
AuthCredentials.setArgBlock(IArgBlock blk) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
CMSServlet.checkImportCertToNav(javax.servlet.http.HttpServletResponse httpResp,
IArgBlock httpParams,
netscape.security.x509.X509CertImpl cert) |
static boolean |
CMSServlet.doCMMFResponse(IArgBlock httpParams) |
static boolean |
CMSServlet.doFullResponse(IArgBlock httpParams) |
static AuthCredentials |
CMSServlet.getAuthCreds(IAuthManager authMgr,
IArgBlock argBlock,
java.security.cert.X509Certificate clientCert)
construct a authentication credentials to pass into authentication
manager.
|
protected void |
CMSServlet.outputArgBlockAsXML(XMLObject xmlObj,
org.w3c.dom.Node parent,
java.lang.String argBlockName,
IArgBlock argBlock) |
protected void |
CMSServlet.saveHttpParams(IArgBlock httpParams,
IRequest req)
save http headers in a IRequest.
|
Modifier and Type | Method and Description |
---|---|
static CertEnrollmentRequest |
CertEnrollmentRequestFactory.create(IArgBlock params,
IProfile profile,
java.util.Locale locale) |
protected netscape.security.x509.X509CertInfo[] |
HashEnrollServlet.fillCRMF(java.lang.String crmf,
IAuthToken authToken,
IArgBlock httpParams,
IRequest req) |
Modifier and Type | Method and Description |
---|---|
IArgBlock |
AuthCredentials.getArgBlock() |
IArgBlock |
CMSTemplateParams.getFixed() |
IArgBlock |
CMSTemplateParams.getHeader() |
IArgBlock |
CMSRequest.getHttpParams() |
Modifier and Type | Method and Description |
---|---|
java.util.Enumeration<IArgBlock> |
CMSTemplateParams.queryRecords() |
Modifier and Type | Method and Description |
---|---|
void |
CMSTemplateParams.addRepeatRecord(IArgBlock r) |
static AuthToken |
CMSGateway.checkAuthManager(javax.servlet.http.HttpServletRequest httpReq,
IArgBlock httpParams,
java.security.cert.X509Certificate cert,
java.lang.String authMgrName) |
static boolean |
GenPendingTemplateFiller.doFullResponse(IArgBlock httpParams)
handy routine to check if client want full enrollment response
|
static AuthCredentials |
CMSGateway.getAuthCreds(IAuthManager authMgr,
IArgBlock argBlock,
java.security.cert.X509Certificate clientCert)
construct a authentication credentials to pass into authentication
manager.
|
void |
AuthCredentials.setArgBlock(IArgBlock blk) |
void |
CMSTemplateParams.setFixed(IArgBlock f) |
void |
CMSTemplateParams.setHeader(IArgBlock h) |
void |
CMSRequest.setHttpParams(IArgBlock httpParams)
set the HTTP parameters
|
Constructor and Description |
---|
CMSTemplateParams(IArgBlock header,
IArgBlock fixed) |
Modifier and Type | Method and Description |
---|---|
static void |
KeyRecordParser.fillRecordIntoArg(IKeyRecord rec,
IArgBlock rarg)
Fills key record into argument block.
|
Modifier and Type | Method and Description |
---|---|
void |
PKCS10Processor.fillCertInfo(netscape.security.pkcs.PKCS10 pkcs10,
netscape.security.x509.X509CertInfo certInfo,
IAuthToken authToken,
IArgBlock httpParams) |
protected void |
PKIProcessor.fillCertInfo(java.lang.String protocolString,
netscape.security.x509.X509CertInfo certInfo,
IAuthToken authToken,
IArgBlock httpParams) |
void |
PKCS10Processor.fillCertInfo(java.lang.String protocolString,
netscape.security.x509.X509CertInfo certInfo,
IAuthToken authToken,
IArgBlock httpParams) |
void |
KeyGenProcessor.fillCertInfo(java.lang.String protocolString,
netscape.security.x509.X509CertInfo certInfo,
IAuthToken authToken,
IArgBlock httpParams) |
void |
CMCProcessor.fillCertInfo(java.lang.String protocolString,
netscape.security.x509.X509CertInfo certInfo,
IAuthToken authToken,
IArgBlock httpParams) |
protected netscape.security.x509.X509CertInfo[] |
PKIProcessor.fillCertInfoArray(java.lang.String protocolString,
IAuthToken authToken,
IArgBlock httpParams,
IRequest req) |
netscape.security.x509.X509CertInfo[] |
CRMFProcessor.fillCertInfoArray(java.lang.String protocolString,
IAuthToken authToken,
IArgBlock httpParams,
IRequest req) |
netscape.security.x509.X509CertInfo[] |
CMCProcessor.fillCertInfoArray(java.lang.String protocolString,
IAuthToken authToken,
IArgBlock httpParams,
IRequest req) |
static void |
PKIProcessor.fillCertInfoFromForm(netscape.security.x509.X509CertInfo certInfo,
IArgBlock httpParams)
fill subject name, extension from form.
|
static void |
PKIProcessor.fillValidityFromForm(netscape.security.x509.X509CertInfo certInfo,
IArgBlock httpParams) |
netscape.security.x509.X509CertInfo |
CRMFProcessor.processIndividualRequest(org.mozilla.jss.pkix.crmf.CertReqMsg certReqMsg,
IAuthToken authToken,
IArgBlock httpParams) |
Modifier and Type | Method and Description |
---|---|
static PolicyDefault |
PolicyDefaultFactory.create(IArgBlock params,
java.util.Locale locale,
IPolicyDefault def) |
static ProfileInput |
ProfileInputFactory.create(IProfileInput input,
IArgBlock params,
java.util.Locale locale) |
Modifier and Type | Method and Description |
---|---|
void |
ReqParser.fillRequestIntoArg(java.util.Locale l,
IRequest req,
CMSTemplateParams argSet,
IArgBlock arg)
Maps request object into argument block.
|
void |
KeyReqParser.fillRequestIntoArg(java.util.Locale l,
IRequest req,
CMSTemplateParams argSet,
IArgBlock arg)
Fills in certificate specific request attributes.
|
void |
IReqParser.fillRequestIntoArg(java.util.Locale l,
IRequest req,
CMSTemplateParams argSet,
IArgBlock arg)
Maps request object into argument block.
|
void |
CertReqParser.fillRequestIntoArg(java.util.Locale l,
IRequest req,
CMSTemplateParams argSet,
IArgBlock arg)
Fills in certificate specific request attributes.
|
protected int |
ProcessCertReq.grant_privileges(CMSRequest cmsReq,
IRequest req,
java.security.cert.Certificate[] certs,
IArgBlock header) |