| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.cete.dynamicpdf.TimestampServer
public class TimestampServer
Represents a class which contains the Timestamp Server details.
| Constructor Summary | |
|---|---|
| TimestampServer(java.lang.String tsUrl)Initializes a new instance of TimestampServerclass. | |
| TimestampServer(java.lang.String tsUrl,
                java.lang.String userName,
                java.lang.String password)Initializes a new instance of TimestampServerclass. | |
| 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 | 
|---|
public TimestampServer(java.lang.String tsUrl)
TimestampServer class.
tsUrl - Web Url of TSA.
public TimestampServer(java.lang.String tsUrl,
                       java.lang.String userName,
                       java.lang.String password)
TimestampServer class.
tsUrl - Web Url of TSA.userName - UserName to use for the connection.password - Password to use for the connection.| Method Detail | 
|---|
public java.lang.String getUrl()
public void setUrl(java.lang.String url)
url - Url of the TSA.public java.lang.String getUserName()
public void setUserName(java.lang.String username)
username - the UserName to use for the connection.public java.lang.String getPassword()
public void setPassword(java.lang.String password)
password - the Password to use for the connection.public int getTimeout()
public void setTimeout(int timeout)
timeout - he Timeout for the connection.| 
 | DynamicPDF by ceTe Software | ||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||