Path: blob/master/test/jdk/javax/crypto/CryptoPermissions/cryptoPerms
41152 views
grant { // The stock JDK allows for 128 bit AES. // Grant up to 192 bits, but no further. permission javax.crypto.CryptoPermission "AES", 192; };
grant { // The stock JDK allows for 128 bit AES. // Grant up to 192 bits, but no further. permission javax.crypto.CryptoPermission "AES", 192; };