TimestampConfiguration
Configuration for adding a trusted timestamp to a digital signature. When configured, the signature will include a timestamp from a Time Stamp Authority (TSA), enabling PAdES-T (PDF Advanced Electronic Signatures with Timestamp) compliance.
from nutrient import TimestampConfigurationMethods
set_password
def set_password(self, value: str) -> NoneSets the password for authentication with the TSA server, if required.
Parameters:
| Name | Type | Description |
|---|---|---|
value | str | The value to set for the Password property. |
set_server_url
def set_server_url(self, value: str) -> NoneSets the URL of the Time Stamp Authority (TSA) server.
Parameters:
| Name | Type | Description |
|---|---|---|
value | str | The value to set for the ServerUrl property. |
set_username
def set_username(self, value: str) -> NoneSets the username for authentication with the TSA server, if required.
Parameters:
| Name | Type | Description |
|---|---|---|
value | str | The value to set for the Username property. |
Properties
password
@propertydef password(self) -> strGets the password for authentication with the TSA server, if required.
Type: str
Read-only property.
server_url
@propertydef server_url(self) -> strGets the URL of the Time Stamp Authority (TSA) server.
Type: str
Read-only property.
username
@propertydef username(self) -> strGets the username for authentication with the TSA server, if required.
Type: str
Read-only property.