DynamicPDF by ceTe Software

com.cete.dynamicpdf
Class TimestampServer

java.lang.Object
  extended by com.cete.dynamicpdf.TimestampServer

public class TimestampServer
extends java.lang.Object

Represents a class which contains the Timestamp Server details.


Constructor Summary
TimestampServer(java.lang.String tsUrl)
          Initializes a new instance of TimestampServer class.
TimestampServer(java.lang.String tsUrl, java.lang.String userName, java.lang.String password)
          Initializes a new instance of TimestampServer class.
 
Method Summary
 java.lang.String getPassword()
          Gets the Password to use for the connection.
 int getTimeout()
          Gets the Timeout for the connection.
 java.lang.String getUrl()
          Gets the Url of the TSA.
 java.lang.String getUserName()
          Gets the UserName to use for the connection.
 void setPassword(java.lang.String password)
          Sets the Password to use for the connection.
 void setTimeout(int timeout)
          Sets the Timeout for the connection.
 void setUrl(java.lang.String url)
          Sets the Url of the TSA.
 void setUserName(java.lang.String username)
          Sets the UserName to use for the connection.
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TimestampServer

public TimestampServer(java.lang.String tsUrl)
Initializes a new instance of TimestampServer class.

Parameters:
tsUrl - Web Url of TSA.

TimestampServer

public TimestampServer(java.lang.String tsUrl,
                       java.lang.String userName,
                       java.lang.String password)
Initializes a new instance of TimestampServer class.

Parameters:
tsUrl - Web Url of TSA.
userName - UserName to use for the connection.
password - Password to use for the connection.
Method Detail

getUrl

public java.lang.String getUrl()
Gets the Url of the TSA.

Returns:
the Url of the TSA.

setUrl

public void setUrl(java.lang.String url)
Sets the Url of the TSA.

Parameters:
url - Url of the TSA.

getUserName

public java.lang.String getUserName()
Gets the UserName to use for the connection.

Returns:
the UserName to use for the connection.

setUserName

public void setUserName(java.lang.String username)
Sets the UserName to use for the connection.

Parameters:
username - the UserName to use for the connection.

getPassword

public java.lang.String getPassword()
Gets the Password to use for the connection.

Returns:
the Password to use for the connection.

setPassword

public void setPassword(java.lang.String password)
Sets the Password to use for the connection.

Parameters:
password - the Password to use for the connection.

getTimeout

public int getTimeout()
Gets the Timeout for the connection.

Returns:
he Timeout for the connection.

setTimeout

public void setTimeout(int timeout)
Sets the Timeout for the connection.

Parameters:
timeout - he Timeout for the connection.

DynamicPDF by ceTe Software

API Reference for DynamicPDF v10.04 for Java generated on September 25, 2019
© Copyright 2019, ceTe Software