jdk/makefiles/javax/crypto/policy/limited/exempt_local.policy
changeset 13254 529a896a6b36
parent 13251 58f0a0823496
parent 13220 086271e35b0a
child 13255 2a310dd80800
equal deleted inserted replaced
13251:58f0a0823496 13254:529a896a6b36
     1 // Some countries have import limits on crypto strength. So this file
       
     2 // will be useful.
       
     3 
       
     4 grant {
       
     5     // There is no restriction to any algorithms if KeyRecovery is enforced.
       
     6     permission javax.crypto.CryptoPermission *, "KeyRecovery"; 
       
     7 
       
     8     // There is no restriction to any algorithms if KeyEscrow is enforced.
       
     9     permission javax.crypto.CryptoPermission *, "KeyEscrow"; 
       
    10 
       
    11     // There is no restriction to any algorithms if KeyWeakening is enforced. 
       
    12     permission javax.crypto.CryptoPermission *, "KeyWeakening";
       
    13 };