PDFBox is able to digitally sign documents using PAdES. If you wanna use PKCS#11, you will have to use a library that supports it, just as if it was PKCS#12. The crypto is not part of pdfbox itself.
Take a look at CreateSignature on the examples directory on SVN: https://svn.apache.org/viewvc/pdfbox/trunk/examples/src/main/java/org/apache/pdfbox/examples/signature/CreateSignature.java?view=markup On Fri, Mar 9, 2018 at 11:10 AM, Peyroux Florentin < [email protected]> wrote: > Hello, > I'm looking for an API in order to create and fill out forms. > For security, the pdf generated should be signed with PAdES and PKCS 11. > > Can PDF_BOX be used to sign pdf with this type of encryption? > > > Thank you in advance, > best regards, > Florentin Peyroux > -- []'s Diego Azevedo

