JAL-1988 JAL-3130 Now we're in Java 11 land, using jdeps and jlink have made a pared...
[jalview.git] / jalview_java / 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 };