签名者信息不匹配

编程入门 行业动态 更新时间:2024-10-12 01:25:40
本文介绍了签名者信息不匹配的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

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

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.

更多推荐

签名者信息不匹配

本文发布于:2023-11-15 14:19:08,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1595190.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:不匹配   信息

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!