Uses of Class
com.netscape.certsrv.common.NameValuePairs

Packages that use NameValuePairs
com.netscape.certsrv.ca   
com.netscape.certsrv.common   
com.netscape.certsrv.logging   
com.netscape.certsrv.ocsp   
com.netscape.certsrv.profile   
com.netscape.certsrv.security   
com.netscape.cms.crl   
com.netscape.cms.logging   
com.netscape.cms.ocsp   
com.netscape.cms.profile.common   
com.netscape.cms.profile.def   
com.netscape.cms.servlet.admin   
 

Uses of NameValuePairs in com.netscape.certsrv.ca
 

Methods in com.netscape.certsrv.ca that return NameValuePairs
 NameValuePairs ICMSCRLExtensions.getConfigParams(java.lang.String id)
          Reads configuration data and returns them as name value pairs.
 

Methods in com.netscape.certsrv.ca with parameters of type NameValuePairs
 void ICMSCRLExtension.getConfigParams(IConfigStore config, NameValuePairs nvp)
          Reads configuration data and converts them to name value pairs.
 void ICMSCRLExtensions.setConfigParams(java.lang.String id, NameValuePairs nvp, IConfigStore config)
          Updates configuration store for extension identified by id with data delivered in name value pairs.
 boolean ICRLIssuingPoint.updateConfig(NameValuePairs params)
          Updates issuing point configuration according to supplied data in name value pairs.
 

Uses of NameValuePairs in com.netscape.certsrv.common
 

Methods in com.netscape.certsrv.common with parameters of type NameValuePairs
static boolean NameValuePairs.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
 NameValuePairs ConsoleLog.retrieveLogContent(java.util.Hashtable req)
          Retrieve last "maxLine" number of system log with log lever >"level" and from source "source".
 NameValuePairs ILogEventListener.retrieveLogContent(java.util.Hashtable req)
          Retrieve last "maxLine" number of system logs with log level >"level" and from source "source".
 NameValuePairs ConsoleLog.retrieveLogList(java.util.Hashtable req)
          Retrieve log file list.
 NameValuePairs ILogEventListener.retrieveLogList(java.util.Hashtable req)
          Retrieve list of log files.
 

Uses of NameValuePairs in com.netscape.certsrv.ocsp
 

Methods in com.netscape.certsrv.ocsp that return NameValuePairs
 NameValuePairs IOCSPStore.getConfigParameters()
          This method retrieves the configuration parameters associated with this OCSP store.
 

Methods in com.netscape.certsrv.ocsp with parameters of type NameValuePairs
 void IOCSPStore.setConfigParameters(NameValuePairs pairs)
          This method stores the configuration parameters specified by the passed-in Name Value pairs object.
 

Uses of NameValuePairs in com.netscape.certsrv.profile
 

Methods in com.netscape.certsrv.profile with parameters of type NameValuePairs
 IProfileInput IProfile.createProfileInput(java.lang.String id, java.lang.String inputClassId, NameValuePairs nvp)
          Creates a input policy.
 IProfileOutput IProfile.createProfileOutput(java.lang.String id, java.lang.String outputClassId, NameValuePairs nvp)
          Creates a output policy.
 

Uses of NameValuePairs in com.netscape.certsrv.security
 

Methods in com.netscape.certsrv.security that return NameValuePairs
 NameValuePairs ICryptoSubsystem.getAllCertsManage()
          Gets all certificates on all tokens for Certificate Database Management.
 NameValuePairs ICryptoSubsystem.getCACerts()
          Gets all CA certificates on all tokens.
 NameValuePairs ICryptoSubsystem.getRootCerts()
           
 NameValuePairs ICryptoSubsystem.getUserCerts()
           
 

Uses of NameValuePairs in com.netscape.cms.crl
 

Methods in com.netscape.cms.crl with parameters of type NameValuePairs
 void CMSIssuingDistributionPointExtension.getConfigParams(IConfigStore config, NameValuePairs nvp)
           
 void CMSAuthInfoAccessExtension.getConfigParams(IConfigStore config, NameValuePairs nvp)
           
 void CMSCRLReasonExtension.getConfigParams(IConfigStore config, NameValuePairs nvp)
           
 void CMSDeltaCRLIndicatorExtension.getConfigParams(IConfigStore config, NameValuePairs nvp)
           
 void CMSCertificateIssuerExtension.getConfigParams(IConfigStore config, NameValuePairs nvp)
           
 void CMSHoldInstructionExtension.getConfigParams(IConfigStore config, NameValuePairs nvp)
           
 void CMSCRLNumberExtension.getConfigParams(IConfigStore config, NameValuePairs nvp)
           
 void CMSIssuerAlternativeNameExtension.getConfigParams(IConfigStore config, NameValuePairs nvp)
           
 void CMSFreshestCRLExtension.getConfigParams(IConfigStore config, NameValuePairs nvp)
           
 void CMSAuthorityKeyIdentifierExtension.getConfigParams(IConfigStore config, NameValuePairs nvp)
           
 void CMSInvalidityDateExtension.getConfigParams(IConfigStore config, NameValuePairs nvp)
           
 

Uses of NameValuePairs in com.netscape.cms.logging
 

Methods in com.netscape.cms.logging that return NameValuePairs
 NameValuePairs LogFile.retrieveLogContent(java.util.Hashtable req)
          Retrieve last "maxLine" number of system log with log lever >"level" and from source "source".
 NameValuePairs LogFile.retrieveLogList(java.util.Hashtable req)
          Retrieve log file list.
 NameValuePairs RollingLogFile.retrieveLogList(java.util.Hashtable req)
          Retrieve log file list.
 

Uses of NameValuePairs in com.netscape.cms.ocsp
 

Methods in com.netscape.cms.ocsp that return NameValuePairs
 NameValuePairs DefStore.getConfigParameters()
           
 NameValuePairs LDAPStore.getConfigParameters()
          Provides configuration parameters.
 

Methods in com.netscape.cms.ocsp with parameters of type NameValuePairs
 void DefStore.setConfigParameters(NameValuePairs pairs)
           
 void LDAPStore.setConfigParameters(NameValuePairs pairs)
           
 

Uses of NameValuePairs in com.netscape.cms.profile.common
 

Methods in com.netscape.cms.profile.common with parameters of type NameValuePairs
 IProfileInput BasicProfile.createProfileInput(java.lang.String id, java.lang.String inputId, NameValuePairs nvps)
           
 IProfileInput BasicProfile.createProfileInput(java.lang.String id, java.lang.String inputId, NameValuePairs nvps, boolean createConfig)
           
 IProfileOutput BasicProfile.createProfileOutput(java.lang.String id, java.lang.String outputId, NameValuePairs nvps)
           
 IProfileOutput BasicProfile.createProfileOutput(java.lang.String id, java.lang.String outputId, NameValuePairs nvps, boolean createConfig)
           
 

Uses of NameValuePairs in com.netscape.cms.profile.def
 

Methods in com.netscape.cms.profile.def that return NameValuePairs
protected  NameValuePairs CRLDistributionPointsExtDefault.buildEmptyGeneralNames()
           
protected  NameValuePairs FreshestCRLExtDefault.buildEmptyGeneralNames()
           
protected  NameValuePairs CRLDistributionPointsExtDefault.buildGeneralNames(netscape.security.x509.GeneralNames gns, netscape.security.x509.CRLDistributionPoint p)
           
protected  NameValuePairs FreshestCRLExtDefault.buildGeneralNames(netscape.security.x509.GeneralNames gns, netscape.security.x509.CRLDistributionPoint p)
           
 

Uses of NameValuePairs in com.netscape.cms.servlet.admin
 

Methods in com.netscape.cms.servlet.admin that return NameValuePairs
protected  NameValuePairs AdminServlet.convertStringArrayToNVPairs(java.lang.String[] s)
           
 NameValuePairs PolicyAdminServlet.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
protected  void AdminServlet.sendResponse(int returnCode, java.lang.String errorMsg, NameValuePairs params, javax.servlet.http.HttpServletResponse resp)
          Sends response.