| Package | Description | 
|---|---|
| org.apache.pdfbox.pdmodel | The PDModel package represents a high level API for creating and manipulating PDF documents. | 
| org.apache.pdfbox.pdmodel.interactive.digitalsignature | The digitial signature library will manage signatures that are stored in the PDF document. | 
| Modifier and Type | Method and Description | 
|---|---|
| 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. | 
| Modifier and Type | Method and Description | 
|---|---|
| byte[] | SignatureInterface. sign(InputStream content)Creates a cms signature for the given content | 
Copyright © 2002–2017 The Apache Software Foundation. All rights reserved.