|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSeedValueTimeStamp
public class PDSeedValueTimeStamp
If exist, it describe where the signature handler can request a rfc3161 timestamp and if it is a must have for the signature.
Constructor Summary | |
---|---|
PDSeedValueTimeStamp()
Default constructor. |
|
PDSeedValueTimeStamp(COSDictionary dict)
Constructor. |
Method Summary | |
---|---|
COSBase |
getCOSObject()
Convert this standard java object to a COS object. |
COSDictionary |
getDictionary()
Convert this standard java object to a COS dictionary. |
java.lang.String |
getURL()
Returns the URL. |
boolean |
isTimestampRequired()
Indicates if a timestamp is required. |
void |
setTimestampRequired(boolean flag)
Sets if a timestamp is reuqired or not. |
void |
setURL(java.lang.String url)
Sets the URL. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDSeedValueTimeStamp()
public PDSeedValueTimeStamp(COSDictionary dict)
dict
- The signature dictionary.Method Detail |
---|
public COSBase getCOSObject()
public COSDictionary getDictionary()
public java.lang.String getURL()
public void setURL(java.lang.String url)
url
- the URL to be set as URLpublic boolean isTimestampRequired()
public void setTimestampRequired(boolean flag)
flag
- true if a timestamp is required
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |