Class PDSeedValueTimeStamp
java.lang.Object
org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSeedValueTimeStamp
This optional dictionary provides the URL for a RFC3161 time-stamping server, and whether
the timestamp is required for the signature.
- Author:
- Thomas Chojecki
-
Constructor Summary
ConstructorsConstructorDescriptionDefault constructor.Constructor. -
Method Summary
Modifier and TypeMethodDescriptionConvert this standard java object to a COS dictionary.getURL()Returns the URL.booleanIndicates if a timestamp is required.voidsetTimestampRequired(boolean flag) Sets if a timestamp is required or not.voidSets the URL.
-
Constructor Details
-
PDSeedValueTimeStamp
public PDSeedValueTimeStamp()Default constructor. -
PDSeedValueTimeStamp
Constructor.- Parameters:
dict- The signature dictionary.
-
-
Method Details
-
getCOSObject
Convert this standard java object to a COS dictionary.- Returns:
- The COS dictionary that matches this Java object.
-
getURL
Returns the URL.- Returns:
- the URL
-
setURL
Sets the URL.- Parameters:
url- the URL to be set as URL
-
isTimestampRequired
public boolean isTimestampRequired()Indicates if a timestamp is required.- Returns:
- true if a timestamp is required
-
setTimestampRequired
public void setTimestampRequired(boolean flag) Sets if a timestamp is required or not.- Parameters:
flag- true if a timestamp is required
-