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, hashCode
getClass, notify, notifyAll, toString, wait, wait, wait
getFieldName, setFieldName
public 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