OcspSettings

Inheritance: java.lang.Object

public class OcspSettings

Represents the ocsp settings using during signing process.

Constructors

ConstructorDescription
OcspSettings(String serverUrl)Initializes a new instance of the OcspSettings class.

Methods

MethodDescription
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:

ParameterTypeDescription
serverUrljava.lang.StringThe 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:

ParameterTypeDescription
valuejava.lang.StringString value