golden hour
/lib/jvm/java-11-openjdk-11.0.23.0.9-2.el7_9.x86_64/conf/security/policy/limited
⬆️ Go Up
Upload
File/Folder
Size
Actions
default_US_export.policy
146 B
Del
OK
default_local.policy
647 B
Del
OK
exempt_local.policy
566 B
Del
OK
Edit: exempt_local.policy
// 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"; };
Save