hi . as it is said in the book i download the Unrestricted Policy Files and add them in ext folder in both jdk and jre . but still i have this exception while running the SimplePolicyTest Code .
Code:
Exception in thread "main" java.security.InvalidKeyException: Illegal key size or default parameters
at javax.crypto.Cipher.a(DashoA13*..)
at javax.crypto.Cipher.init(DashoA13*..)
at javax.crypto.Cipher.init(DashoA13*..)
at Chapter1.SimplePolicyProject.main(SimplePolicyProject.java:39)
Java Result: 1
what can be wrong ?

by the way according to the book content i tried to install the BC provider but it was another failed attempt ..
is there any relationship between this two issues ?
regards