java.lang.Object | |
↳ | com.pspdfkit.signatures.SignatureMetadata |
Additional metadata that can be added to digital signatures.
Nested Classes | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
class | SignatureMetadata.Builder | A helper class used for building the SignatureMetadata . |
[Expand]
Inherited Constants | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() |
Public Constructors | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
SignatureMetadata() |
Public Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
abstract String |
signatureLocation()
The place where this digital signature was applied (for example, Vienna).
| ||||||||||
abstract String |
signatureReason()
The reason why this digital signature was applied (for example, "I attest to the accuracy and
integrity of this document").
| ||||||||||
abstract String |
signersName()
The person or entity who signed the document.
|
[Expand]
Inherited Methods | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|
![]() | |||||||||||
![]() |
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.