Signer information does not match

前端 未结 7 1367
粉色の甜心
粉色の甜心 2020-12-08 21:43

I\'m receving the following error on log file.

(java.lang.SecurityException: class \"com.adventnet.snmp.snmp2.SecurityModelTable\"\'s signer inform

7条回答
  •  挽巷
    挽巷 (楼主)
    2020-12-08 21:57

    In my program, I have loaded two version of the same packages. One is boprov-jdk15-140.jar, the other is bcprov-jdk15-151.jar. The two are conflicted.

    In the JAR package's MANIFEST.MF file, it has the following digest:

    Name: org/bouncycastle/crypto/digests/SM3Digest.class
    SHA1-Digest: xxxxxxxx
    

    The two JAR file has different SHA1-Digest info.

提交回复
热议问题