jdk/make/data/cryptopolicy/unlimited/default_local.policy
changeset 21805 c7d7946239de
parent 2 90ce3da70b43
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/jdk/make/data/cryptopolicy/unlimited/default_local.policy	Thu Nov 14 11:19:32 2013 +0100
@@ -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; 
+};