Modifier and Type | Method and Description |
---|---|
NameValuePairs |
ICMSCRLExtensions.getConfigParams(java.lang.String id)
Reads configuration data and returns them as name value pairs.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static boolean |
NameValuePairs.parseInto(java.lang.String s,
NameValuePairs nvp)
Parses a string into name value pairs.
|
Modifier and Type | Method and Description |
---|---|
NameValuePairs |
ILogEventListener.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".
|
NameValuePairs |
ConsoleLog.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".
|
NameValuePairs |
ILogEventListener.retrieveLogList(java.util.Hashtable<java.lang.String,java.lang.String> req)
Retrieve list of log files.
|
NameValuePairs |
ConsoleLog.retrieveLogList(java.util.Hashtable<java.lang.String,java.lang.String> req)
Retrieve log file list.
|
Modifier and Type | Method and Description |
---|---|
NameValuePairs |
IOCSPStore.getConfigParameters()
This method retrieves the configuration parameters associated with this
OCSP store.
|
Modifier and Type | Method and Description |
---|---|
void |
IOCSPStore.setConfigParameters(NameValuePairs pairs)
This method stores the configuration parameters specified by the
passed-in Name Value pairs object.
|
Modifier and Type | Method and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
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() |
Modifier and Type | Method and Description |
---|---|
void |
CMSIssuingDistributionPointExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
void |
CMSIssuerAlternativeNameExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
void |
CMSInvalidityDateExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
void |
CMSHoldInstructionExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
void |
CMSFreshestCRLExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
void |
CMSDeltaCRLIndicatorExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
void |
CMSCertificateIssuerExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
void |
CMSCRLReasonExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
void |
CMSCRLNumberExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
void |
CMSAuthorityKeyIdentifierExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
void |
CMSAuthInfoAccessExtension.getConfigParams(IConfigStore config,
NameValuePairs nvp) |
Modifier and Type | Method and Description |
---|---|
NameValuePairs |
LogFile.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".
|
NameValuePairs |
RollingLogFile.retrieveLogList(java.util.Hashtable<java.lang.String,java.lang.String> req)
Retrieve log file list.
|
NameValuePairs |
LogFile.retrieveLogList(java.util.Hashtable<java.lang.String,java.lang.String> req)
Retrieve log file list.
|
Modifier and Type | Method and Description |
---|---|
NameValuePairs |
LDAPStore.getConfigParameters()
Provides configuration parameters.
|
NameValuePairs |
DefStore.getConfigParameters() |
Modifier and Type | Method and Description |
---|---|
void |
LDAPStore.setConfigParameters(NameValuePairs pairs) |
void |
DefStore.setConfigParameters(NameValuePairs pairs) |
Modifier and Type | Method and Description |
---|---|
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) |
Modifier and Type | Method and Description |
---|---|
protected NameValuePairs |
FreshestCRLExtDefault.buildEmptyGeneralNames() |
protected NameValuePairs |
CRLDistributionPointsExtDefault.buildEmptyGeneralNames() |
protected NameValuePairs |
FreshestCRLExtDefault.buildGeneralNames(netscape.security.x509.GeneralNames gns,
netscape.security.x509.CRLDistributionPoint p) |
protected NameValuePairs |
CRLDistributionPointsExtDefault.buildGeneralNames(netscape.security.x509.GeneralNames gns,
netscape.security.x509.CRLDistributionPoint p) |
Modifier and Type | Method and Description |
---|---|
protected java.util.Vector<NameValuePairs> |
EnrollDefault.parseRecords(java.lang.String value) |
Modifier and Type | Method and Description |
---|---|
protected java.lang.String |
EnrollDefault.buildRecords(java.util.Vector<NameValuePairs> recs) |
Modifier and Type | Method and Description |
---|---|
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)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AdminServlet.sendResponse(int returnCode,
java.lang.String errorMsg,
NameValuePairs params,
javax.servlet.http.HttpServletResponse resp)
Sends response.
|