jdk/make/data/cryptopolicy/unlimited/default_local.policy
author jmasa
Fri, 29 Aug 2014 08:14:19 -0700
changeset 26331 8f17e084029b
parent 21805 c7d7946239de
permissions -rw-r--r--
Merge

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