blob: 2b907e25895d6fa4cd7bc2692cdc50db4f38adf7 [file] [log] [blame]
// Country-specific policy file for countries with no limits on crypto strength.
grant {
// There is no restriction to any algorithms.
permission javax.crypto.CryptoAllPermission;
};