开发者

Jar Exception in java

开发者 https://www.devze.com 2023-02-16 02:25 出处:网络
I am getting java.lang.SecurityException and java.util.jar.JarException , when trying to use the cryptix-jce-provider.jar . It say开发者_JAVA百科s that the JAR has unsigned entries - cryptix/jce/ElGam

I am getting java.lang.SecurityException and java.util.jar.JarException , when trying to use the cryptix-jce-provider.jar . It say开发者_JAVA百科s that the JAR has unsigned entries - cryptix/jce/ElGamalKey.class

how can i resolve this problem ?


Refer to the cryptix website. The certificate used to sign cryptix jar files have expired. Hence the warning. Workarounds are in this discussion.

0

精彩评论

暂无评论...
验证码 换一张
取 消