Replace deprecated ASN1OutputStream constructor removed in Bouncy Castle 1.70

This constructor is deprecated and has been removed in Bouncy Castle 1.70, leading to build failures:

    [javac] /home/diabonas/pdftk/java/com/gitlab/pdftk_java/com/lowagie/text/pdf/PdfPKCS7.java:299: error: cannot find symbol
    [javac]             ASN1OutputStream dout = new ASN1OutputStream.create(bOut);
    [javac]                                                         ^
    [javac]   symbol:   class create
    [javac]   location: class ASN1OutputStream
Edited by Jonas Witschel

Merge request reports

Loading