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.
| ||||||||||
SignatureMetadata.Builder |
signersName(String signersName)
The person or entity who signed the document.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
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").
The person or entity who signed the document. Important: For security reasons, if the API requires you to pass a certificate for signing, the CN of the certificate will be used and this field will be ignored.