|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSeedValueMDP
public class PDSeedValueMDP
This MDP dictionary is a part of the seed value dictionary and define if a author signature or a certification signature should be use.
For more informations, consider the spare documented chapter in the seed value dictionary in the ISO 32000 specification.
Constructor Summary | |
---|---|
PDSeedValueMDP()
Default constructor. |
|
PDSeedValueMDP(COSDictionary dict)
Constructor. |
Method Summary | |
---|---|
COSBase |
getCOSObject()
Convert this standard java object to a COS object. |
COSDictionary |
getDictionary()
Convert this standard java object to a COS dictionary. |
int |
getP()
Return the P value. |
void |
setP(int p)
Set the P value. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public PDSeedValueMDP()
public PDSeedValueMDP(COSDictionary dict)
dict
- The signature dictionary.Method Detail |
---|
public COSBase getCOSObject()
public COSDictionary getDictionary()
public int getP()
public void setP(int p)
p
- the value to be set as P
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |