Uses of Interface
org.apache.pdfbox.pdmodel.interactive.digitalsignature.SignatureInterface
Packages that use SignatureInterface
Package
Description
These are the low level objects that make up a PDF document.
The PDModel package represents a high level API for creating and manipulating PDF documents.
-
Uses of SignatureInterface in org.apache.pdfbox.cos
Methods in org.apache.pdfbox.cos that return SignatureInterfaceModifier and TypeMethodDescriptionCOSDocument.getSignatureInterface()This will return the signature interface.Methods in org.apache.pdfbox.cos with parameters of type SignatureInterfaceModifier and TypeMethodDescriptionvoidCOSDocument.setSignatureInterface(SignatureInterface sigInterface) Set the signature interface to the given value. -
Uses of SignatureInterface in org.apache.pdfbox.pdmodel
Methods in org.apache.pdfbox.pdmodel with parameters of type SignatureInterfaceModifier and TypeMethodDescriptionvoidPDDocument.addSignature(PDSignature sigObject, SignatureInterface signatureInterface) Add a signature.voidPDDocument.addSignature(PDSignature sigObject, SignatureInterface signatureInterface, SignatureOptions options) This will add a signature to the document.voidPDDocument.addSignatureField(List<PDSignatureField> sigFields, SignatureInterface signatureInterface, SignatureOptions options) This will add a signaturefield to the document.