public class OcspSettings extends Object
Represents the ocsp settings using during signing process.
Constructor and Description |
---|
OcspSettings(String serverUrl)
Initializes a new instance of the
OcspSettings class. |
Modifier and Type | Method and Description |
---|---|
int |
getRequestTimeout()
Gets or sets the request timeout duration in milliseconds for the OCSP request.
|
String |
getServerUrl()
Gets and sets the ocsp server url.
|
void |
setRequestTimeout(int value)
Gets or sets the request timeout duration in milliseconds for the OCSP request.
|
void |
setServerUrl(String value)
Gets and sets the ocsp server url.
|
public OcspSettings(String serverUrl)
Initializes a new instance of the OcspSettings
class.
serverUrl
- The ocsp server url.public final int getRequestTimeout()
Gets or sets the request timeout duration in milliseconds for the OCSP request.
public final void setRequestTimeout(int value)
Gets or sets the request timeout duration in milliseconds for the OCSP request.
value
- int valuepublic final String getServerUrl()
Gets and sets the ocsp server url.
public final void setServerUrl(String value)
Gets and sets the ocsp server url.
value
- String valueCopyright © 2025 Aspose. All Rights Reserved.