Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

SHA-256 digest error for META-INF/versions/11 #36

Closed
yangjieK opened this issue Jun 21, 2022 · 3 comments
Closed

SHA-256 digest error for META-INF/versions/11 #36

yangjieK opened this issue Jun 21, 2022 · 3 comments

Comments

@yangjieK
Copy link

yangjieK commented Jun 21, 2022

环境
classpath 'com.github.allenymt.PrivacySentry:plugin-sentry:1.0.5'
gradle 6.7.1
java 11

编译异常

Execution failed for task ':app:transformClassesWithPrivacyCollectTransformForScreen_touch_wwa_zediel_Release'.

java.lang.SecurityException: SHA-256 digest error for META-INF/versions/11/org/bouncycastle/jcajce/provider/asymmetric/edec/KeyFactorySpi$X448.class

@zhaolinggang
Copy link

SHA-256 digest error for org/eclipse/paho/client/mqttv3/internal/ClientState.clas求救,在接入插件的时候报这个错。

@runforprogram
Copy link
Contributor

SHA-256 digest error for org/eclipse/paho/client/mqttv3/internal/ClientState.clas求救,在接入插件的时候报这个错。

这个好像是因为mqttv3这个库加密了,解压后再压缩回去报错 使用 jarsigner -verify path/mqttv3 jar 会显示已验证,可以在自己改下代码,在遍历的时候排除这个库。

@allenymt
Copy link
Owner

allenymt commented Nov 2, 2022

#29 已修复

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants