jaml-jre/jre/conf/security/policy/limited/default_US_export.policy
2022-04-05 21:59:46 -04:00

7 lines
146 B
Plaintext

// Default US Export policy file.
grant {
// There is no restriction to any algorithms.
permission javax.crypto.CryptoAllPermission;
};