Uses of Class
org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDPropBuildDataDict
Packages that use PDPropBuildDataDict
Package
Description
The digital signature library will manage signatures that are stored in the PDF document.
-
Uses of PDPropBuildDataDict in org.apache.pdfbox.pdmodel.interactive.digitalsignature
Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature that return PDPropBuildDataDictModifier and TypeMethodDescriptionPDPropBuild.getApp()A build data dictionary for the viewing application software module that was used to create the parent signature.PDPropBuild.getFilter()A build data dictionary for the signature handler that was used to create the parent signature.PDPropBuild.getPubSec()A build data dictionary for the PubSec software module that was used to create the parent signature.Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature with parameters of type PDPropBuildDataDictModifier and TypeMethodDescriptionvoidPDPropBuild.setPDPropBuildApp(PDPropBuildDataDict app) Set the build data dictionary for the viewing application software module.voidPDPropBuild.setPDPropBuildFilter(PDPropBuildDataDict filter) Set the build data dictionary for the signature handler.voidPDPropBuild.setPDPropBuildPubSec(PDPropBuildDataDict pubSec) Set the build data dictionary for the PubSec Software module.