blob: 4c97c0ee3002aeb9e80f0a861ed0c0a1c1d542fb [file] [log] [blame]
grant {
// The stock JDK allows for 128 bit AES.
// Grant up to 192 bits, but no further.
permission javax.crypto.CryptoPermission "AES", 192;
};