JAL-1988 JAL-3130 New jlinked JRE in jalview_java2 with modules. Still needs jaxws...
[jalview.git] / jalview_java / conf / security / policy / limited / exempt_local.policy
1 // Some countries have import limits on crypto strength, but may allow for
2 // these exemptions if the exemption mechanism is used.
3
4 grant {
5     // There is no restriction to any algorithms if KeyRecovery is enforced.
6     permission javax.crypto.CryptoPermission *, "KeyRecovery"; 
7
8     // There is no restriction to any algorithms if KeyEscrow is enforced.
9     permission javax.crypto.CryptoPermission *, "KeyEscrow"; 
10
11     // There is no restriction to any algorithms if KeyWeakening is enforced. 
12     permission javax.crypto.CryptoPermission *, "KeyWeakening";
13 };