jdk/make/data/cryptopolicy/unlimited/default_local.policy
changeset 40861 1c22cfe35580
parent 40860 34163901ad5f
parent 40670 76bf2fc655cd
child 40883 765d366c28e1
equal deleted inserted replaced
40860:34163901ad5f 40861:1c22cfe35580
     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 };