Creating a provider. I receive this exception java.lang.SecurityException

Posted by user308806 on Stack Overflow See other posts from Stack Overflow or by user308806
Published on 2010-04-04T23:36:44Z Indexed on 2010/04/04 23:43 UTC
Read the original article Hit count: 286

Filed under:
|
|

Hello, I'm trying to create a provider. when I run the code i receive this exception

Exception in thread "main" java.lang.SecurityException: JCE cannot authenticate the provider MyProvider at javax.crypto.Cipher.getInstance(DashoA13*..) at javax.crypto.Cipher.getInstance(DashoA13*..) at hellman.Main.main(Main.java:68) Caused by: java.util.jar.JarException: Cannot parse file:/C:/Documents%20and%20Settings/brahim%20%20chami/Bureau/Project%233/hellman/build/classes/ at javax.crypto.SunJCE_c.a(DashoA13*..) at javax.crypto.SunJCE_b.b(DashoA13*..) at javax.crypto.SunJCE_b.a(DashoA13*..) ... 3 more Java Result: 1

© Stack Overflow or respective owner

Related posts about java

Related posts about jce