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 };