jdk/src/share/lib/security/java.security-windows
changeset 13159 b2bf5f74dd06
parent 13046 f75226635385
child 14206 4333b87ed32f
child 14198 071fd6fd257d
equal deleted inserted replaced
13158:f628cbfcbfa0 13159:b2bf5f74dd06
     1 #
     1 #
     2 # This is the "master security properties file".
     2 # This is the "master security properties file".
     3 #
     3 #
       
     4 # An alternate java.security properties file may be specified
       
     5 # from the command line via the system property
       
     6 #
       
     7 #    -Djava.security.properties=<URL>
       
     8 #
       
     9 # This properties file appends to the master security properties file.
       
    10 # If both properties files specify values for the same key, the value
       
    11 # from the command-line properties file is selected, as it is the last
       
    12 # one loaded.
       
    13 #
       
    14 # Also, if you specify
       
    15 #
       
    16 #    -Djava.security.properties==<URL> (2 equals),
       
    17 #
       
    18 # then that properties file completely overrides the master security
       
    19 # properties file.
       
    20 #
       
    21 # To disable the ability to specify an additional properties file from
       
    22 # the command line, set the key security.overridePropertiesFile
       
    23 # to false in the master security properties file. It is set to true
       
    24 # by default.
       
    25 
     4 # In this file, various security properties are set for use by
    26 # In this file, various security properties are set for use by
     5 # java.security classes. This is where users can statically register
    27 # java.security classes. This is where users can statically register
     6 # Cryptography Package Providers ("providers" for short). The term
    28 # Cryptography Package Providers ("providers" for short). The term
     7 # "provider" refers to a package or set of packages that supply a
    29 # "provider" refers to a package or set of packages that supply a
     8 # concrete implementation of a subset of the cryptography aspects of
    30 # concrete implementation of a subset of the cryptography aspects of