SecurityException - AES 256
I tried the code listing from the following link and AES 128 works fine.
http://java.sun.com/developer/technicalArticles/Security/AES/AES_v1.html
I downloaded the Unlimited jurisdiction policy files and replaced the existing local_policy.jar and us_export_policy.jar with the new ones, but I get a Security exception when I do AES 256
Caused by: java.lang.SecurityException: Cannot set up certs for trusted CAs
at javax.crypto.e.<clinit>(Unknown Source)
... 3 more
Caused by: java.lang.SecurityException: Jurisdiction policy files are not signed by trusted signers!
I am working with RAD, so the new jar files went into eclipse\jre\lib\security and I also tried putting them under runtimes\base_v51\java\jre\lib\security
I dont know what I am missing, Can someone point me in the right direction please. Thanks a lot.

