Package | Description |
---|---|
org.apache.pdfbox.pdmodel.interactive.digitalsignature |
The digitial signature library will manage signatures that are stored in the PDF document.
|
Modifier and Type | Method | Description |
---|---|---|
PDPropBuildDataDict |
PDPropBuild.getApp() |
A build data dictionary for the viewing application software
module that was used to create the parent signature.
|
PDPropBuildDataDict |
PDPropBuild.getFilter() |
A build data dictionary for the signature handler that was
used to create the parent signature.
|
PDPropBuildDataDict |
PDPropBuild.getPubSec() |
A build data dictionary for the PubSec software module
that was used to create the parent signature.
|
Modifier and Type | Method | Description |
---|---|---|
void |
PDPropBuild.setPDPropBuildApp(PDPropBuildDataDict app) |
Set the build data dictionary for the viewing application
software module.
|
void |
PDPropBuild.setPDPropBuildFilter(PDPropBuildDataDict filter) |
Set the build data dictionary for the signature handler.
|
void |
PDPropBuild.setPDPropBuildPubSec(PDPropBuildDataDict pubSec) |
Set the build data dictionary for the PubSec Software module.
|