What I do know is that at the visible signature constructor, I have access to an X509 certificate via HTTP Request parameters... I think I could set this to the typical cert variable.... but then I have no idea what to set the private key too (it is probably on these SIM cards, but that's front end not back end... so pretty confused).
On Wed, Dec 18, 2019 at 3:32 PM gunslingor gunslingorsadf < gunslin...@gmail.com> wrote: > PDFBox 1.8.10, in reference to visible signature examples > > > > Is it possible to sign a PDF without a keystore? > > > i.e. folks use SIM card devices… they plug it into the computer, enter > user/pass (or maybe alias/pin) and then the actual certificate is used and > compared against the certificate stored in the user management system (i.e. > cert == cert). This sounds a little odd to me, but I am no SSL expert, it > was built before I arrived and these SIM devices (which I don't even have > access to) make this situation a little different. > > > Any help appreciated > > >