OcspSettings
Inheritance: java.lang.Object
public class OcspSettings
Represents the ocsp settings using during signing process.
Constructors
Constructor | Description |
---|---|
OcspSettings(String serverUrl) | Initializes a new instance of the OcspSettings class. |
Methods
Method | Description |
---|---|
getServerUrl() | Gets the ocsp server url. |
setServerUrl(String value) | Sets the ocsp server url. |
OcspSettings(String serverUrl)
public OcspSettings(String serverUrl)
Initializes a new instance of the OcspSettings class.
Parameters:
Parameter | Type | Description |
---|---|---|
serverUrl | java.lang.String | The ocsp server url. |
getServerUrl()
public String getServerUrl()
Gets the ocsp server url.
Returns: java.lang.String - String value
setServerUrl(String value)
public void setServerUrl(String value)
Sets the ocsp server url.
Parameters:
Parameter | Type | Description |
---|---|---|
value | java.lang.String | String value |