Class PDSeedValueMDP
java.lang.Object
org.apache.pdfbox.pdmodel.interactive.digitalsignature.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.
- Version:
- $Revision: 1.1 $
- Author:
- Thomas Chojecki
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
PDSeedValueMDP
public PDSeedValueMDP()Default constructor. -
PDSeedValueMDP
Constructor.- Parameters:
dict
- The signature dictionary.
-
-
Method Details
-
getCOSObject
Convert this standard java object to a COS object.- Returns:
- The cos object that matches this Java object.
-
getDictionary
Convert this standard java object to a COS dictionary.- Returns:
- The COS dictionary that matches this Java object.
-
getP
public int getP()Return the P value.- Returns:
- the P value
-
setP
public void setP(int p) Set the P value.- Parameters:
p
- the value to be set as P
-