COSObjectable
public class PDPropBuild extends java.lang.Object implements COSObjectable
This represents a pdf signature build dictionary as specified in http://partners.adobe.com/public/developer/en/acrobat/Acrobat_Signature_BuildDict.pdf
The signature build properties dictionary provides signature properties for the software application that was used to create the signature.
Constructor | Description |
---|---|
PDPropBuild() |
Default constructor.
|
PDPropBuild(COSDictionary dict) |
Constructor.
|
Modifier and Type | Method | Description |
---|---|---|
PDPropBuildDataDict |
getApp() |
A build data dictionary for the viewing application software
module that was used to create the parent signature.
|
COSBase |
getCOSObject() |
Convert this standard java object to a COS object.
|
COSDictionary |
getDictionary() |
Convert this standard java object to a COS dictionary.
|
PDPropBuildDataDict |
getFilter() |
A build data dictionary for the signature handler that was
used to create the parent signature.
|
PDPropBuildDataDict |
getPubSec() |
A build data dictionary for the PubSec software module
that was used to create the parent signature.
|
void |
setPDPropBuildApp(PDPropBuildDataDict app) |
Set the build data dictionary for the viewing application
software module.
|
void |
setPDPropBuildFilter(PDPropBuildDataDict filter) |
Set the build data dictionary for the signature handler.
|
void |
setPDPropBuildPubSec(PDPropBuildDataDict pubSec) |
Set the build data dictionary for the PubSec Software module.
|
public PDPropBuild()
public PDPropBuild(COSDictionary dict)
dict
- The signature dictionary.public COSBase getCOSObject()
getCOSObject
in interface COSObjectable
public COSDictionary getDictionary()
public PDPropBuildDataDict getFilter()
public void setPDPropBuildFilter(PDPropBuildDataDict filter)
filter
- is the PDPropBuildFilterpublic PDPropBuildDataDict getPubSec()
public void setPDPropBuildPubSec(PDPropBuildDataDict pubSec)
pubSec
- is the PDPropBuildPubSecpublic PDPropBuildDataDict getApp()
public void setPDPropBuildApp(PDPropBuildDataDict app)
app
- is the PDPropBuildApp