| java.lang.Object | |
| ↳ | com.pspdfkit.signatures.signers.SignerOptions |
Contains all the data needed to perform a signing operation.
| Nested Classes | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| class | SignerOptions.Builder | A helper class used for building the SignerOptions. |
|||||||||
| Fields | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
| public final BiometricSignatureData | biometricSignatureData | BiometricSignatureData that will be written to the digital signature. |
|||||||||
| public final OutputStream | destination | Destination where the signed document will be written. | |||||||||
| public final SignatureAppearance | signatureAppearance | SignatureAppearance that will be used to determine how the signature looks once signing is done. |
|||||||||
| public final SignatureFormField | signatureFormField | Signature form field to be signed. | |||||||||
| public final SignatureMetadata | signatureMetadata | SignatureMetadata that contains additional metadata to add to the signature. |
|||||||||
|
[Expand]
Inherited Methods | |||||||||||
|---|---|---|---|---|---|---|---|---|---|---|---|
From class
java.lang.Object
| |||||||||||
BiometricSignatureData that will be written to the digital signature. May be null.
SignatureAppearance that will be used to determine how the signature looks once signing is done.
SignatureMetadata that contains additional metadata to add to the signature.