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()
The password for authentication with the TSA server, if required.
Link copied to clipboard
public final String getServerUrl()
The URL of the Time Stamp Authority (TSA) server.
Link copied to clipboard
public final String getUsername()
The username for authentication with the TSA server, if required.
Link copied to clipboard
public final void setPassword(String value)
The password for authentication with the TSA server, if required.
Link copied to clipboard
public final void setServerUrl(String value)
The URL of the Time Stamp Authority (TSA) server.
Link copied to clipboard
public final void setUsername(String value)
The username for authentication with the TSA server, if required.