public class PDSeedValueTimeStamp extends Object
| Constructor and Description | 
|---|
| PDSeedValueTimeStamp()Default constructor. | 
| PDSeedValueTimeStamp(COSDictionary dict)Constructor. | 
| Modifier and Type | Method and Description | 
|---|---|
| COSBase | getCOSObject()Convert this standard java object to a COS object. | 
| COSDictionary | getDictionary()Convert this standard java object to a COS dictionary. | 
| 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(String url)Sets the URL. | 
public PDSeedValueTimeStamp()
public PDSeedValueTimeStamp(COSDictionary dict)
dict - The signature dictionary.public COSBase getCOSObject()
public COSDictionary getDictionary()
public String getURL()
public void setURL(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–2016 The Apache Software Foundation. All rights reserved.