0N/A// Some countries have import limits on crypto strength. So this file
0N/A// will be useful.
0N/A
0N/Agrant {
0N/A // There is no restriction to any algorithms if KeyRecovery is enforced.
0N/A permission javax.crypto.CryptoPermission *, "KeyRecovery";
0N/A
0N/A // There is no restriction to any algorithms if KeyEscrow is enforced.
0N/A permission javax.crypto.CryptoPermission *, "KeyEscrow";
0N/A
0N/A // There is no restriction to any algorithms if KeyWeakening is enforced.
0N/A permission javax.crypto.CryptoPermission *, "KeyWeakening";
0N/A};