Package | Description |
---|---|
com.netscape.certsrv.ca | |
com.netscape.certsrv.common | |
com.netscape.certsrv.logging | |
com.netscape.certsrv.ocsp | |
com.netscape.certsrv.profile | |
com.netscape.certsrv.security |
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() |