JAL-3130 refactored a lot of this. See the JAVA-11-README
[jalview.git] / j11jre / openj9_macosx / conf / security / policy / unlimited / default_US_export.policy
1 // Default US Export policy file.
2
3 grant {
4     // There is no restriction to any algorithms.
5     permission javax.crypto.CryptoAllPermission; 
6 };