jdk/makefiles/javax/crypto/policy/unlimited/default_local.policy
changeset 13182 f680b32db5a7
parent 13181 eb447c603031
parent 13180 8aa9ac63f4ac
child 13186 539f6443db5c
equal deleted inserted replaced
13181:eb447c603031 13182:f680b32db5a7
     1 // Country-specific policy file for countries with no limits on crypto strength.
       
     2 grant {
       
     3     // There is no restriction to any algorithms.
       
     4     permission javax.crypto.CryptoAllPermission; 
       
     5 };