intoolswetrust / jsignpdf

PDF signing software written in Java. It supports visible signatures, timestamping, certificate verification and many other cool features
https://intoolswetrust.github.io/jsignpdf/
Other
315 stars 121 forks source link

JCA provider support #180

Open ebourg opened 7 months ago

ebourg commented 7 months ago

Hi,

It would be nice to support third-party JCA providers to be able to sign with keys held in cloud signing services such as Azure Key Vault (using the Azure JCA provider), AWS KMS of Google Cloud HSM. jarsigner and apksigner support this with two extra command line options specifying the provider class and the provider argument.