jdk/makefiles/javax/crypto/policy/unlimited/default_local.policy
changeset 13168 2bfc7517a106
parent 13163 241adb85d0ab
parent 13167 efec101d7d87
child 13169 b5cc4be430df
equal deleted inserted replaced
13163:241adb85d0ab 13168:2bfc7517a106
     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 };