Uses of Class
org.apache.pdfbox.pdmodel.interactive.digitalsignature.PDSeedValueCertificate
Packages that use PDSeedValueCertificate
Package
Description
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 PDSeedValueCertificateModifier and TypeMethodDescriptionPDSeedValue.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 PDSeedValueCertificateModifier and TypeMethodDescriptionvoid
PDSeedValue.setSeedValueCertificate
(PDSeedValueCertificate certificate) (Optional) A certificate seed value dictionary containing information about the certificate to be used when signing.