public class TimestampSettings extends Object
Represents the ocsp settings using during signing process.
Constructor and Description |
---|
TimestampSettings(String serverUrl,
String basicAuthCredentials)
Initializes a new instance of the
TimestampSettings class. |
Modifier and Type | Method and Description |
---|---|
String |
getBasicAuthCredentials()
Gets the basic authentication credentials, Username and password are combined into a string
"username:password".
|
String |
getServerUrl()
Gets the timestamp server url.
|
void |
setBasicAuthCredentials(String value)
Sets the basic authentication credentials, Username and password are combined into a string
"username:password".
|
void |
setServerUrl(String value)
Sets the timestamp server url.
|
public TimestampSettings(String serverUrl, String basicAuthCredentials)
Initializes a new instance of the TimestampSettings
class.
serverUrl
- The timestamp server url.basicAuthCredentials
- The basic authentication credentials, username and password are combined into a string
"username:password".public String getServerUrl()
Gets the timestamp server url.
public void setServerUrl(String value)
Sets the timestamp server url.
value
- String valuepublic String getBasicAuthCredentials()
Gets the basic authentication credentials, Username and password are combined into a string "username:password".
public void setBasicAuthCredentials(String value)
Sets the basic authentication credentials, Username and password are combined into a string "username:password".
value
- String value