server/java/conf/security/policy/limited/default_US_export.policy

7 lines
146 B
Plaintext
Raw Normal View History

2019-10-18 20:03:53 +00:00
// Default US Export policy file.
grant {
// There is no restriction to any algorithms.
permission javax.crypto.CryptoAllPermission;
};