OXIESEC PANEL
- Current Dir:
/
/
etc
/
java-11-openjdk
/
security
/
policy
/
limited
Server IP: 139.59.38.164
Upload:
Create Dir:
Name
Size
Modified
Perms
📁
..
-
05/09/2024 07:15:52 AM
rwxr-xr-x
📄
default_US_export.policy
146 bytes
10/25/2022 09:30:51 AM
rw-r--r--
📄
default_local.policy
647 bytes
10/25/2022 09:30:51 AM
rw-r--r--
📄
exempt_local.policy
566 bytes
10/25/2022 09:30:51 AM
rw-r--r--
Editing: exempt_local.policy
Close
// Some countries have import limits on crypto strength, but may allow for // these exemptions if the exemption mechanism is used. grant { // There is no restriction to any algorithms if KeyRecovery is enforced. permission javax.crypto.CryptoPermission *, "KeyRecovery"; // There is no restriction to any algorithms if KeyEscrow is enforced. permission javax.crypto.CryptoPermission *, "KeyEscrow"; // There is no restriction to any algorithms if KeyWeakening is enforced. permission javax.crypto.CryptoPermission *, "KeyWeakening"; };