TimestampConfiguration

public final class 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.

Constructors

Link copied to clipboard
public void TimestampConfiguration()

Functions

Link copied to clipboard
public final String getPassword()
Gets the password for authentication with the TSA server, if required.
Link copied to clipboard
public final String getServerUrl()
Gets the URL of the Time Stamp Authority (TSA) server.
Link copied to clipboard
public final String getUsername()
Gets the username for authentication with the TSA server, if required.
Link copied to clipboard
public final void setPassword(String value)
Sets the password for authentication with the TSA server, if required.
Link copied to clipboard
public final void setServerUrl(String value)
Sets the URL of the Time Stamp Authority (TSA) server.
Link copied to clipboard
public final void setUsername(String value)
Sets the username for authentication with the TSA server, if required.