public class PDSeedValueTimeStamp
extends java.lang.Object
Constructor | Description |
---|---|
PDSeedValueTimeStamp() |
Default constructor.
|
PDSeedValueTimeStamp(COSDictionary dict) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
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.
|
public PDSeedValueTimeStamp()
public PDSeedValueTimeStamp(COSDictionary dict)
dict
- The signature dictionary.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