Hi team,
We have encountered the issue when signing Digital Signature in Java by using PdfFileSignature.save() although we created the object for each thread.
Below is the code and thread-dump:
public byte[] signPdf(…...byte[] signPdf(byte[] pdfBytes) { LOG.info("[ASPOSE] Signing pdf");...toByteArray(); } catch (Exception e) { LOG.error("Failed to sign PDF", e);...