|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectcom.qoppa.pdf.TimestampServer
public class TimestampServer
This class is used to setup a timestamp server to use when applying a digital signature. When a digital signature is applied to a PDF document, it is possible to get the signature time stamp from a certified timestamp server. Use this class to pass the timestamp server information to the signing process inside SigningInformation.
| Constructor Summary | |
|---|---|
TimestampServer(String serverURL,
String user,
String pwd)
Construct a time stamp server object. |
|
TimestampServer(String serverURL,
String user,
String pwd,
String name)
Construct a time stamp server object. |
|
| Method Summary | |
|---|---|
String |
getDisplayName()
Return the display name. |
int |
getLengthEstimate()
Returns a length estimate of the time stamp server signature. |
String |
getPWD()
Return the password that will be used to log into the time stamp server. |
String |
getServerURL()
Return the time stamp server URL. |
String |
getUser()
Return the user name to log into the time stamp server. |
void |
setDisplayName(String name)
Set the display name. |
void |
setLengthEstimate(int estimate)
Set the length estimate for the size of the time stamp server signature. |
void |
setPassword(String password)
Set the password. |
void |
setServerURL(String url)
Set the time stamp server URL. |
void |
setUserName(String username)
Set the user name; |
String |
toString()
Returns the display name. |
| Methods inherited from class java.lang.Object |
|---|
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public TimestampServer(String serverURL,
String user,
String pwd)
public TimestampServer(String serverURL,
String user,
String pwd,
String name)
| Method Detail |
|---|
public String getServerURL()
public void setServerURL(String url)
url - public String getUser()
public void setUserName(String username)
username - public String getPWD()
public void setPassword(String password)
password - public int getLengthEstimate()
public void setLengthEstimate(int estimate)
estimate - The new estimate, to use when padding the digital signature.public String getDisplayName()
public void setDisplayName(String name)
name - public String toString()
toString in class Object
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||