79364374

Date: 2025-01-17 10:10:25
Score: 1
Natty:
Report link

I think I have figured out the problem.The issue lies here.

  public void modifySigningDictionary(PdfDictionary pdfDictionary) {
    pdfDictionary.put(PdfName.FILTER, PdfName.ADOBE_PPKLITE);
    //注意这里
    pdfDictionary.put(PdfName.SUBFILTER, PdfName.ADBE_PKCS7_DETACHED);
}
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (0.5):
Posted by: chiao kang