Uses of Class
org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSeedValueMDP
-
Packages that use PDSeedValueMDP Package Description org.apache.pdfbox.pdmodel.interactive.digitalsignature The digital signature library will manage signatures that are stored in the PDF document. -
-
Uses of PDSeedValueMDP in org.apache.pdfbox.pdmodel.interactive.digitalsignature
Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature that return PDSeedValueMDP Modifier and Type Method Description PDSeedValueMDP
PDSeedValue. getMDP()
(Optional; PDF 1.6) A dictionary containing a single entry whose key is P and whose value is an integer between 0 and 3.Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature with parameters of type PDSeedValueMDP Modifier and Type Method Description void
PDSeedValue. setMPD(PDSeedValueMDP mdp)
(Optional; PDF 1.6) A dictionary containing a single entry whose key is P and whose value is an integer between 0 and 3.
-