jdk-24/jdk/test/javax/crypto/CryptoPermissions/cryptoPerms
2016-07-28 12:09:07 -07:00

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;
};