Uses of Class
com.netscape.certsrv.common.NameValuePairs
-
-
Uses of NameValuePairs in com.netscape.certsrv.common
Methods in com.netscape.certsrv.common with parameters of type NameValuePairs Modifier and Type Method Description static booleanNameValuePairs. parseInto(java.lang.String s, NameValuePairs nvp)Parses a string into name value pairs. -
Uses of NameValuePairs in com.netscape.certsrv.logging
Methods in com.netscape.certsrv.logging that return NameValuePairs Modifier and Type Method Description NameValuePairsILogEventListener. retrieveLogContent(java.util.Hashtable<java.lang.String,java.lang.String> req)Retrieve last "maxLine" number of system logs with log level > "level" and from source "source".NameValuePairsILogEventListener. retrieveLogList(java.util.Hashtable<java.lang.String,java.lang.String> req)Retrieve list of log files. -
Uses of NameValuePairs in com.netscape.certsrv.security
Methods in com.netscape.certsrv.security that return NameValuePairs Modifier and Type Method Description NameValuePairsICryptoSubsystem. getAllCertsManage()Gets all certificates on all tokens for Certificate Database Management.NameValuePairsICryptoSubsystem. getCACerts()Gets all CA certificates on all tokens.NameValuePairsICryptoSubsystem. getRootCerts()NameValuePairsICryptoSubsystem. getUserCerts() -
Uses of NameValuePairs in com.netscape.cms.crl
Methods in com.netscape.cms.crl with parameters of type NameValuePairs Modifier and Type Method Description voidCMSAuthInfoAccessExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)voidCMSCertificateIssuerExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)voidCMSCRLReasonExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)voidCMSFreshestCRLExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)voidCMSHoldInstructionExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)voidCMSInvalidityDateExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)voidCMSIssuerAlternativeNameExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)voidCMSIssuingDistributionPointExtension. getConfigParams(IConfigStore config, NameValuePairs nvp) -
Uses of NameValuePairs in com.netscape.cms.logging
Methods in com.netscape.cms.logging that return NameValuePairs Modifier and Type Method Description NameValuePairsLogFile. retrieveLogContent(java.util.Hashtable<java.lang.String,java.lang.String> req)Retrieve last "maxLine" number of system log with log lever > "level" and from source "source".NameValuePairsLogFile. retrieveLogList(java.util.Hashtable<java.lang.String,java.lang.String> req)Retrieve log file list.NameValuePairsRollingLogFile. retrieveLogList(java.util.Hashtable<java.lang.String,java.lang.String> req)Retrieve log file list. -
Uses of NameValuePairs in com.netscape.cms.profile.common
Methods in com.netscape.cms.profile.common with parameters of type NameValuePairs Modifier and Type Method Description ProfileInputProfile. createProfileInput(java.lang.String id, java.lang.String inputID, NameValuePairs nvps)Creates a input policy.ProfileInputProfile. createProfileInput(java.lang.String id, java.lang.String inputId, NameValuePairs nvps, boolean createConfig)ProfileOutputProfile. createProfileOutput(java.lang.String id, java.lang.String outputID, NameValuePairs nvps)Creates a output policy.ProfileOutputProfile. createProfileOutput(java.lang.String id, java.lang.String outputId, NameValuePairs nvps, boolean createConfig) -
Uses of NameValuePairs in com.netscape.cms.servlet.admin
Methods in com.netscape.cms.servlet.admin that return NameValuePairs Modifier and Type Method Description protected NameValuePairsAdminServlet. convertStringArrayToNVPairs(java.lang.String[] s)NameValuePairsPolicyAdminServlet. getExtendedPluginInfo(java.util.Locale locale, java.lang.String pluginType, java.lang.String implName, java.lang.String instName)Methods in com.netscape.cms.servlet.admin with parameters of type NameValuePairs Modifier and Type Method Description voidCMSAdminServlet. readEncryption(NameValuePairs params)protected voidAdminServlet. sendResponse(int returnCode, java.lang.String errorMsg, NameValuePairs params, javax.servlet.http.HttpServletResponse resp)Sends response. -
Uses of NameValuePairs in com.netscape.cmscore.security
Methods in com.netscape.cmscore.security that return NameValuePairs Modifier and Type Method Description NameValuePairsJssSubsystem. getAllCertsManage()NameValuePairsJssSubsystem. getCACerts()NameValuePairsJssSubsystem. getCertInfo(java.lang.String b64E)NameValuePairsJssSubsystem. getRootCerts()NameValuePairsJssSubsystem. getUserCerts() -
Uses of NameValuePairs in org.dogtagpki.server.ca
Methods in org.dogtagpki.server.ca that return NameValuePairs Modifier and Type Method Description NameValuePairsICMSCRLExtensions. getConfigParams(java.lang.String id)Reads configuration data and returns them as name value pairs.Methods in org.dogtagpki.server.ca with parameters of type NameValuePairs Modifier and Type Method Description voidICMSCRLExtension. getConfigParams(IConfigStore config, NameValuePairs nvp)Reads configuration data and converts them to name value pairs.voidICMSCRLExtensions. setConfigParams(java.lang.String id, NameValuePairs nvp, IConfigStore config)Updates configuration store for extension identified by id with data delivered in name value pairs.booleanICRLIssuingPoint. updateConfig(NameValuePairs params)Updates issuing point configuration according to supplied data in name value pairs.
-