完整错误:
java.lang.RuntimeException: java.lang.SecurityException: class "org.bouncycastle.asn1.DERObject"'s signer information does not match signer information of other classes in the same package
原因很简单,就是不同的jar有同路径的类。找找,删除或者合并即可。
完整错误:
java.lang.RuntimeException: java.lang.SecurityException: class "org.bouncycastle.asn1.DERObject"'s signer information does not match signer information of other classes in the same package
原因很简单,就是不同的jar有同路径的类。找找,删除或者合并即可。