JAL-3130 refactored a lot of this. See the JAVA-11-README
[jalview.git] / j11jre / openjdk11_windows / conf / security / policy / unlimited / default_local.policy
diff --git a/j11jre/openjdk11_windows/conf/security/policy/unlimited/default_local.policy b/j11jre/openjdk11_windows/conf/security/policy/unlimited/default_local.policy
new file mode 100644 (file)
index 0000000..2b907e2
--- /dev/null
@@ -0,0 +1,6 @@
+// Country-specific policy file for countries with no limits on crypto strength.
+
+grant {
+    // There is no restriction to any algorithms.
+    permission javax.crypto.CryptoAllPermission; 
+};