Uses of Class
org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDPropBuildDataDict
-
Packages that use PDPropBuildDataDict Package Description org.apache.pdfbox.pdmodel.interactive.digitalsignature 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 PDPropBuildDataDict Modifier and Type Method Description PDPropBuildDataDictPDPropBuild. getApp()A build data dictionary for the viewing application software module that was used to create the parent signature.PDPropBuildDataDictPDPropBuild. getFilter()A build data dictionary for the signature handler that was used to create the parent signature.PDPropBuildDataDictPDPropBuild. 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 PDPropBuildDataDict Modifier and Type Method Description voidPDPropBuild. 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.
-