Uses of Interface
org.apache.pdfbox.pdmodel.interactive.digitalsignature.SignatureInterface
Packages that use SignatureInterface
Package
Description
These examples will show how to gain access to the PDF signature.
This is the persistence layer used to write the PDFBox documents to a stream.
The PDModel package represents a high level API for creating and manipulating PDF documents.
-
Uses of SignatureInterface in org.apache.pdfbox.examples.signature
Classes in org.apache.pdfbox.examples.signature that implement SignatureInterfaceModifier and TypeClassDescriptionclassAn example for signing a PDF with bouncy castle.classclassAn example for timestamp-signing a PDF for PADeS-Specification.classThis is an example for visual signing a pdf.classThis is a second example for visual signing a pdf. -
Uses of SignatureInterface in org.apache.pdfbox.pdfwriter
Fields in org.apache.pdfbox.pdfwriter declared as SignatureInterfaceMethods in org.apache.pdfbox.pdfwriter with parameters of type SignatureInterfaceModifier and TypeMethodDescriptionvoidCOSWriter.write(PDDocument doc, SignatureInterface signInterface) This will write the pdf document. -
Uses of SignatureInterface in org.apache.pdfbox.pdmodel
Fields in org.apache.pdfbox.pdmodel declared as SignatureInterfaceMethods in org.apache.pdfbox.pdmodel with parameters of type SignatureInterfaceModifier and TypeMethodDescriptionvoidPDDocument.addSignature(PDSignature sigObject, SignatureInterface signatureInterface) Add a signature to be created using the instance of given interface.voidPDDocument.addSignature(PDSignature sigObject, SignatureInterface signatureInterface, SignatureOptions options) This will add a signature to the document.