TimestampConfiguration
, TimestampConfiguration
, TimestampConfiguration
, TimestampConfiguration
public abstract class TimestampConfiguration extends NativeObject
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.
Modifier and Type | Method | Description |
---|---|---|
java.lang.String |
getFieldName() |
|
void |
setFieldName(java.lang.String value) |
equals, hashCode
public java.lang.String getFieldName()
java.lang.IllegalStateException
- If the creating provider has already been closedpublic void setFieldName(java.lang.String value)
java.lang.IllegalStateException
- If the creating provider has already been closed