Uses of Class
org.pdfbox.pdmodel.interactive.digitalsignature.PDSignature

Packages that use PDSignature
org.pdfbox.pdmodel.fdf The fdf package will handle all of the logic used for FDF objects inside of the PDF/FDF document. 
 

Uses of PDSignature in org.pdfbox.pdmodel.fdf
 

Methods in org.pdfbox.pdmodel.fdf that return PDSignature
 PDSignature FDFCatalog.getSignature()
          This will get the signature or null if there is none.
 

Methods in org.pdfbox.pdmodel.fdf with parameters of type PDSignature
 void FDFCatalog.setSignature(PDSignature sig)
          This will set the signature that is associated with this catalog.