jdk/src/java.base/share/conf/security/policy/README.txt
changeset 42365 5e640c2994d6
parent 40565 3ac0ba151e70
child 47031 78fb24b5f758
equal deleted inserted replaced
42364:c5a725b3d358 42365:5e640c2994d6
     8 
     8 
     9 The JCE architecture allows flexible cryptographic strength to be
     9 The JCE architecture allows flexible cryptographic strength to be
    10 configured via the jurisdiction policy files contained within these
    10 configured via the jurisdiction policy files contained within these
    11 directories.
    11 directories.
    12 
    12 
    13 Due to import control restrictions of some countries, the default
    13 The default JCE policy files bundled in this Java Runtime Environment
    14 JCE policy files bundled in this Java Runtime Environment allow
    14 allow for "unlimited" cryptographic strengths.  For convenience,
    15 for strong but "limited" cryptographic strengths.  For convenience,
    15 this build also contains the historic "limited" strength policy files
    16 this build also contains the "unlimited strength" policy files which
    16 which contain restrictions on cryptographic strengths, but they must be
    17 contain no restrictions on cryptographic strengths, but they must be
       
    18 specifically activated by updating the "crypto.policy" Security property
    17 specifically activated by updating the "crypto.policy" Security property
    19 (e.g. <java-home>/conf/security/java.security) to point to the appropriate
    18 (e.g. <java-home>/conf/security/java.security) to point to the appropriate
    20 directory.
    19 directory.
    21 
    20 
    22 Each subdirectory contains a complete policy configuration, and additional
    21 Each subdirectory contains a complete policy configuration, and additional