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包。有目的性的去解决尝试,不能慌乱无头绪的抱怨。
备注:随笔中内容来源于网上资料整理,仅供参考。