jdk/makefiles/javax/crypto/policy/unlimited/default_local.policy
changeset 12317 9670c1610c53
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/jdk/makefiles/javax/crypto/policy/unlimited/default_local.policy	Tue Apr 10 08:22:03 2012 -0700
@@ -0,0 +1,5 @@
+// Country-specific policy file for countries with no limits on crypto strength.
+grant {
+    // There is no restriction to any algorithms.
+    permission javax.crypto.CryptoAllPermission; 
+};