Represents the ocsp settings using during signing process.
| Name | Type | Description | Notes |
|---|---|---|---|
| serverUrl | String | Gets/sets the timestamp server url. | [optional] |
| basicAuthCredentials | String | Gets/sets the basic authentication credentials, Username and password are combined into a string "username:password". | [optional] |