2b907e25895d6fa4cd7bc2692cdc50db4f38adf7
[jalview.git] / j11jre / openjdk11_linux / conf / security / policy / unlimited / default_local.policy
1 // Country-specific policy file for countries with no limits on crypto strength.
2
3 grant {
4     // There is no restriction to any algorithms.
5     permission javax.crypto.CryptoAllPermission; 
6 };