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