Package com.pdftools.sign
Class TimestampConfiguration
- java.lang.Object
-
- com.pdftools.internal.NativeBase
-
- com.pdftools.internal.NativeObject
-
- com.pdftools.sign.TimestampConfiguration
-
- Direct Known Subclasses:
TimestampConfiguration
,TimestampConfiguration
,TimestampConfiguration
,TimestampConfiguration
public abstract class TimestampConfiguration extends NativeObject
Configuration for adding time-stamps
This configuration controls the creation of time-stamps in
Signer.addTimestamp(com.pdftools.pdf.Document, com.pdftools.sign.TimestampConfiguration, com.pdftools.sys.Stream)
.Use a
pdftools.crypto.providers.Provider
to create a time-stamp configuration.Note that this object can be re-used to add time-stamps to multiple documents for mass-signing applications.
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description java.lang.String
getFieldName()
void
setFieldName(java.lang.String value)
-
Methods inherited from class com.pdftools.internal.NativeObject
equals, hashCode
-
-
-
-
Method Detail
-
getFieldName
public java.lang.String getFieldName()
- Throws:
java.lang.IllegalStateException
- If the creating provider has already been closed
-
setFieldName
public void setFieldName(java.lang.String value)
- Throws:
java.lang.IllegalStateException
- If the creating provider has already been closed
-
-