jdk-24/jdk/make/data/cryptopolicy/unlimited/default_local.policy
Magnus Ihse Bursie 453a40a431 8027566: Remove the old build system
Reviewed-by: erikj, tbell
2013-11-14 11:19:32 +01:00

6 lines
192 B
Plaintext

// Country-specific policy file for countries with no limits on crypto strength.
grant {
// There is no restriction to any algorithms.
permission javax.crypto.CryptoAllPermission;
};