Class TimestampConfiguration
- java.lang.Object
-
- com.pdftools.internal.NativeBase
-
- com.pdftools.internal.NativeObject
-
- com.pdftools.sign.TimestampConfiguration
-
- com.pdftools.crypto.providers.globalsigndss.TimestampConfiguration
-
public class TimestampConfiguration extends TimestampConfiguration
-
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description HashAlgorithm
getHashAlgorithm()
The message digest algorithm (Getter)-
Methods inherited from class com.pdftools.sign.TimestampConfiguration
getAppearance, getFieldName, setAppearance, setFieldName
-
Methods inherited from class com.pdftools.internal.NativeObject
equals, hashCode
-
-
-
-
Method Detail
-
getHashAlgorithm
public HashAlgorithm getHashAlgorithm()
The message digest algorithm (Getter)
The algorithm used to hash the document and from which the time-stamp is created.
-
-