3789983e89
Reviewed-by: darcy, ihse
6 lines
161 B
Plaintext
6 lines
161 B
Plaintext
grant {
|
|
// The stock JDK allows for 128 bit AES.
|
|
// Grant up to 192 bits, but no further.
|
|
permission javax.crypto.CryptoPermission "AES", 192;
|
|
};
|