Uses of Class
org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSeedValueCertificate
-
Packages that use PDSeedValueCertificate Package Description org.apache.pdfbox.pdmodel.interactive.digitalsignature The digital signature library will manage signatures that are stored in the PDF document. -
-
Uses of PDSeedValueCertificate in org.apache.pdfbox.pdmodel.interactive.digitalsignature
Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature that return PDSeedValueCertificate Modifier and Type Method Description PDSeedValueCertificate
PDSeedValue. getSeedValueCertificate()
(Optional) A certificate seed value dictionary containing information about the certificate to be used when signing.Methods in org.apache.pdfbox.pdmodel.interactive.digitalsignature with parameters of type PDSeedValueCertificate Modifier and Type Method Description void
PDSeedValue. setSeedValueCertificate(PDSeedValueCertificate certificate)
(Optional) A certificate seed value dictionary containing information about the certificate to be used when signing.
-