public class TimestampConfiguration extends TimestampConfiguration
| Modifier and Type | Method | Description |
|---|---|---|
HashAlgorithm |
getHashAlgorithm() |
The message digest algorithm (Getter)
|
void |
setHashAlgorithm(HashAlgorithm value) |
The message digest algorithm (Setter)
|
equals, hashCodegetClass, notify, notifyAll, toString, wait, wait, waitgetFieldName, setFieldNamepublic HashAlgorithm getHashAlgorithm()
The algorithm used to hash the document and from which the cryptographic signature is created.
Default: pdftools.crypto.HashAlgorithm.SHA256
public void setHashAlgorithm(HashAlgorithm value)
The algorithm used to hash the document and from which the cryptographic signature is created.
Default: pdftools.crypto.HashAlgorithm.SHA256
java.lang.IllegalArgumentException - If the value is invalid or not supported.java.lang.IllegalArgumentException - if value is null