jdk/src/share/lib/security/java.security-linux
changeset 22341 4689530d03b9
parent 22339 e91bfaf4360d
child 22343 0f59fce296a3
equal deleted inserted replaced
22340:79163d48aeda 22341:4689530d03b9
   494 # Note: This property is currently used by Oracle's JSSE implementation.
   494 # Note: This property is currently used by Oracle's JSSE implementation.
   495 # It is not guaranteed to be examined and used by other implementations.
   495 # It is not guaranteed to be examined and used by other implementations.
   496 #
   496 #
   497 # Example:
   497 # Example:
   498 #   jdk.tls.disabledAlgorithms=MD5, SHA1, DSA, RSA keySize < 2048
   498 #   jdk.tls.disabledAlgorithms=MD5, SHA1, DSA, RSA keySize < 2048
   499 
       
   500 #
       
   501 # Default ephemeral port ranges (operating system specific)
       
   502 # used by java.net.SocketPermission to interpret the meaning of the special
       
   503 # port value zero, as in the following example:
       
   504 #
       
   505 #       SocketPermission("localhost:0" , "listen");
       
   506 #
       
   507 # These can be overridden by the system properties:
       
   508 #
       
   509 #       jdk.net.ephemeralPortRange.low and
       
   510 #       jdk.net.ephemeralPortRange.high
       
   511 #
       
   512 # respectively.
       
   513 #
       
   514 network.ephemeralPortRange.low=32768
       
   515 network.ephemeralPortRange.high=65535