File size: 193 Bytes
7c9a4d4
 
 
 
 
 
1
2
3
4
5
6
7
// Country-specific policy file for countries with no limits on crypto strength.

grant {
    // There is no restriction to any algorithms.
    permission javax.crypto.CryptoAllPermission; 
};