|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use SignatureInterface | |
|---|---|
| org.apache.pdfbox.cos | These are the low level objects that make up a PDF document. |
| org.apache.pdfbox.pdmodel | 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 SignatureInterface | |
|---|---|
SignatureInterface |
COSDocument.getSignatureInterface()
This will return the signature interface. |
| Methods in org.apache.pdfbox.cos with parameters of type SignatureInterface | |
|---|---|
void |
COSDocument.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 SignatureInterface | |
|---|---|
void |
PDDocument.addSignature(PDSignature sigObject,
SignatureInterface signatureInterface)
Add a signature. |
void |
PDDocument.addSignature(PDSignature sigObject,
SignatureInterface signatureInterface,
SignatureOptions options)
This will add a signature to the document. |
void |
PDDocument.addSignatureField(List<PDSignatureField> sigFields,
SignatureInterface signatureInterface,
SignatureOptions options)
This will add a signaturefield to the document. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||