jdk-24/test/jdk/javax/crypto/CryptoPermissions/cryptoPerms
2017-09-12 19:03:39 +02: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;
};