home *** CD-ROM | disk | FTP | other *** search
/ ftp.msan.hr / ftp.msan.hr.tar / ftp.msan.hr / Drivers / HP / Server / ml150g2supportCD.nrg / Utility / Tools / ml150winasm-2.12.00build811-1.exe / data1.cab / _41F75EB66F034A1F88DB230149D5C91E / exempt_local.policy < prev   
Text File  |  2002-11-12  |  520b  |  12 lines

  1. // Some countries have import limits on crypto strength. So this file will be useful.
  2. grant {
  3.     // There is no restriction to any algorithms if KeyRecovery is enforced.
  4.     permission javax.crypto.CryptoPermission *, "KeyRecovery"; 
  5.  
  6.     // There is no restriction to any algorithms if KeyEscrow is enforced.
  7.     permission javax.crypto.CryptoPermission *, "KeyEscrow"; 
  8.  
  9.     // There is no restriction to any algorithms if KeyWeakening is enforced. 
  10.     permission javax.crypto.CryptoPermission *, "KeyWeakening";
  11. };
  12.