Are the JCE policy files (in {java.home}/lib/security) overwritten with the standard strength policy files after a JRE update? or are these left alone on JRE update?

EDIT: Does anyone know if the Mac OS X JRE ships with the unlimited policy files?

Thanks

Jon

link|improve this question
feedback

1 Answer

up vote 0 down vote accepted

In my experience using JCE policy files, it did replace the files and I was frustrated. I ended up replacing the files at first run.

But at the end, using Bouncy Castle API was more appropriate, there was no need to have the unlimited strength files. It was a cleaner solution.

http://www.bouncycastle.org/

link|improve this answer
Thanks Mohamed, I'll take another look at bouncycastle, is it straightforward enough to retrofit from using JCE? – Jon Mar 9 '11 at 23:47
Just curious, what approach have you taken? I believe the recent versions of Java fixed the issue of auto update (the previous low 6 versions overwritten it) – Mohamed Mansour Mar 16 '11 at 0:06
I did some testing and found that updates didn't get replaced. Thanks for the bouncycastle info. – Jon Mar 18 '11 at 16:31
1  
I found that it is needed when using ElGamal keys even with Bouncycastle. The thing I notice was the Oracle (Sun) JDK needs the two additional jars. For OpenJDK this is not needed. This page could be useful to understand the issues: eyrie.org/~eagle/notes/debian/jce-policy.html – ruffp Feb 1 at 16:08
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.