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/sets the basic authentication credentials, Username and password are combined into a string "username:password".
|
String |
getServerUrl()
Gets/sets the timestamp server url.
|
void |
setBasicAuthCredentials(String value) |
void |
setServerUrl(String value) |
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/sets the timestamp server url.
public void setServerUrl(String value)
public String getBasicAuthCredentials()
Gets/sets the basic authentication credentials, Username and password are combined into a string "username:password".
public void setBasicAuthCredentials(String value)
Copyright © 2014 Aspose. All Rights Reserved.