|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.apache.pdfbox.pdmodel.interactive.digitalsignature.PDPropBuild
public class PDPropBuild
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 Summary | |
|---|---|
PDPropBuild()
Default constructor. |
|
PDPropBuild(COSDictionary dict)
Constructor. |
|
| Method Summary | |
|---|---|
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. |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PDPropBuild()
public PDPropBuild(COSDictionary dict)
dict - The signature dictionary.| Method Detail |
|---|
public COSBase getCOSObject()
getCOSObject in interface COSObjectablepublic 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
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||