jdk/make/data/cryptopolicy/limited/exempt_local.policy
changeset 40728 1ed235a29653
parent 40727 e9f4bcc8dfd3
parent 40568 fb5226b8ac7f
child 40729 aae3aa5fd024
equal deleted inserted replaced
40727:e9f4bcc8dfd3 40728:1ed235a29653
     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 };