blob: 2b907e25895d6fa4cd7bc2692cdc50db4f38adf7 [file] [log] [blame]
Carmelo Cascone395b2312019-06-18 17:34:16 -07001// Country-specific policy file for countries with no limits on crypto strength.
2
3grant {
4 // There is no restriction to any algorithms.
5 permission javax.crypto.CryptoAllPermission;
6};