iText/BouncyCastle ClassNotFound org.bouncycastle.asn1.DEREncodable and org.bouncycastle.tsp.TimeStampTokenInfo

后端 未结 8 729
天命终不由人
天命终不由人 2020-11-29 06:52

I\'m trying to use iText Java. When you run the example \"how to sign\" the following error occurs:

Caused by: java.lang.ClassNotFoundException: org.bouncyca         


        
8条回答
  •  天命终不由人
    2020-11-29 07:10

    from version of bcprov-jdk15on-147, class of DEREncodable is no longer exist under the path of org.bouncycastle.asn1. You can use version before 146 (including 146) to resolve this question.

提交回复
热议问题