signer information does not match signer information of other classes in the same package

 

报错日志:

java.lang.SecurityException: class "org.bouncycastle.asn1.ASN1ObjectIdentifier"'s signer information does not match signer information of other classes in the same package

 

网上查询到的:

java.lang.SecurityException: class "org.bouncycastle.asn1.ASN1Primitive"'s signer information does not match signer information of other classes in the same package

这个异常,是因为引入的bcprov包冲突了 查了下是因为下面这个包引入了jdk14版本的,需要excluse掉

 

比对可能造成,这个报错的jar包。有目的性的去解决尝试,不能慌乱无头绪的抱怨。

 

posted @ 2017-11-02 17:42  Alanf  阅读(3893)  评论(0编辑  收藏  举报