JAL-3130 refactored a lot of this. See the JAVA-11-README
[jalview.git] / j11jre / openjdk11_linux / conf / security / policy / limited / 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 };