签名者信息不匹配 [英] Signer information does not match

查看:162
本文介绍了签名者信息不匹配的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

我在日志文件中收到以下错误。

I'm receving the following error on log file.


(java.lang.SecurityException:class
com .adventnet.snmp.snmp2.SecurityModelTable的签名者信息
与同一
包中抛出的其他类的签名者信息不匹配

(java.lang.SecurityException: class "com.adventnet.snmp.snmp2.SecurityModelTable"'s signer information does not match signer information of other classes in the same package thrown

事情就是当我在命令下面运行时,它说罐子已经验证。

The thing is when I run below command, it says jar verified.

/usr/jdk/instances/jdk1.5.0/bin/jarsigner -verify -verbose Jarfile.jar

如果jar文件是然后验证了这个问题是怎么发生的?

If the jar file is verified then how can this problem occur ?

推荐答案

这意味着你在同一个包中有两个或更多个具有不同签名数据的类通常这意味着这些类来自不同的JAR,其中一个是签名的,另一个是未签名的。

It means that you have two or more classes in the same package with different signature data. Usually that means the classes come from different JARs, one of which is signed and the other is unsigned.

这篇关于签名者信息不匹配的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
相关文章
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆