portable-devtools / java21 /conf /security /policy /unlimited /default_local.policy
codekingpro's picture
Add files using upload-large-folder tool
7c9a4d4 verified
Raw
History Blame Contribute Delete
193 Bytes
// Country-specific policy file for countries with no limits on crypto strength.
grant {
// There is no restriction to any algorithms.
permission javax.crypto.CryptoAllPermission;
};