| java.lang.Object | |
| ↳ | com.pspdfkit.signatures.SignatureMetadata.Builder |
A helper class used for building the SignatureMetadata.
| Public Constructors | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| Builder() | |||||||||||
| Public Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| SignatureMetadata |
build()
Build the
SignatureMetadata object from the provided properties. | ||||||||||
| SignatureMetadata.Builder |
signatureLocation(String signatureLocation)
The place where this digital signature was applied.
| ||||||||||
| SignatureMetadata.Builder |
signatureReason(String signatureReason)
The reason why this digital signature was applied.
| ||||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
Build the SignatureMetadata object from the provided properties.
SignatureMetadata object with values set in the builder.
The place where this digital signature was applied. (for example, Vienna).
The reason why this digital signature was applied. (for example, "I attest to the accuracy and integrity of this document").