Uses of Class
org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSeedValue
Packages that use PDSeedValue
Package
Description
The interactive package contains classes for handling Interactive Forms, also known as "AcroForms".
-
Uses of PDSeedValue in org.apache.pdfbox.pdmodel.interactive.form
Methods in org.apache.pdfbox.pdmodel.interactive.form that return PDSeedValueModifier and TypeMethodDescriptionPDSignatureField.getSeedValue()
(Optional; PDF 1.5) A seed value dictionary containing information that constrains the properties of a signature that is applied to the field.Methods in org.apache.pdfbox.pdmodel.interactive.form with parameters of type PDSeedValueModifier and TypeMethodDescriptionvoid
PDSignatureField.setSeedValue
(PDSeedValue sv) (Optional; PDF 1.) A seed value dictionary containing information that constrains the properties of a signature that is applied to the field.