public class PDSeedValueTimeStamp
extends java.lang.Object
| Constructor | Description |
|---|---|
PDSeedValueTimeStamp() |
Default constructor.
|
PDSeedValueTimeStamp(COSDictionary dict) |
Constructor.
|
| Modifier and Type | Method | Description |
|---|---|---|
COSDictionary |
getCOSObject() |
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 COSDictionary getCOSObject()
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 requiredCopyright © 2002–2018. All rights reserved.