You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SEVERE Es ist ein Problem aufgetreten
java.lang.NullPointerException: 'identifier' cannot be null
at org.bouncycastle.asn1.ASN1ObjectIdentifier.<init>(Unknown Source)
at com.lowagie.text.pdf.TSAClientBouncyCastle.getTimeStampToken(TSAClientBouncyCastle.java:207)
at com.lowagie.text.pdf.TSAClientBouncyCastle.getTimeStampToken(TSAClientBouncyCastle.java:186)
at com.lowagie.text.pdf.PdfPKCS7.getEncodedPKCS7(PdfPKCS7.java:1327)
at net.sf.jsignpdf.SignerLogic.signFile(SignerLogic.java:425)
at net.sf.jsignpdf.SignerLogic.run(SignerLogic.java:118)
at java.base/java.lang.Thread.run(Thread.java:833)
It seems to be related with leaving the policy empty. What is the right policy (string) to use?
When I try to include TSA with the following settings:
TSA URL: https://freetsa.org/tsr
TSA Authentication: No
TSA policy (OID):
TSA Hash Algorithm: sha256
I get this error
It seems to be related with leaving the policy empty. What is the right policy (string) to use?
Reference:
The text was updated successfully, but these errors were encountered: