Uses of Class
org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDPropBuildDataDict

Packages that use PDPropBuildDataDict
org.apache.pdfbox.pdmodel.interactive.digitalsignature The digitial 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
 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
 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.