File: JB-jre.templates.in.svn-base

package info (click to toggle)
sun-java5 1.5.0-10-3
  • links: PTS
  • area: non-free
  • in suites: etch-m68k
  • size: 92,376 kB
  • ctags: 95
  • sloc: sh: 353,991; makefile: 704
file content (31 lines) | stat: -rw-r--r-- 1,393 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Template: @JRE@/jcepolicy
Type: note
_Description: JCE Unlimited Strength Jurisdiction Policy Files
 Due to import control restrictions of some countries,
 the JCE jurisdiction policy files shipped with this package
 allow "strong" but limited cryptography to be used.
 An "unlimited strength" version of these files indicating no
 restrictions on cryptographic strengths is available for
 those living in eligible countries (which is most countries).
 You download this version and replace the strong cryptography
 versions supplied with this package with the unlimited ones.
 .
 The Java(TM) Cryptography Extension (JCE) Unlimited Strength
 Jurisdiction Policy Files 1.4.2 are available at
 http://javashoplm.sun.com/ECom/docs/Welcome.jsp?StoreId=22&PartDetailId=7503-jce-1.4.2-oth-JPR&SiteId=JSC&TransactionId=noreg

Template: @JRE@/stopthread
Type: boolean
Default: true
_Description: Grant the "stopThread" RuntimePermission?
 This permission allows any thread to stop itself using the
 java.lang.Thread.stop() method that takes no argument.
 .
 Note that this permission is granted by default only to
 remain backwards compatible. It is strongly recommended that
 you either not grant this permission at all or restrict it
 manually in java.policy to code sources that you specify,
 because Thread.stop() is potentially unsafe.
 .
 See "http://java.sun.com/notes" for more information.