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