default_US_export.policy 146 B

123456
  1. // Default US Export policy file.
  2. grant {
  3. // There is no restriction to any algorithms.
  4. permission javax.crypto.CryptoAllPermission;
  5. };