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 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.Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature with parameters of type PDPropBuildDataDict 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.
-