jdk/src/java.base/share/conf/security/java.security
changeset 38419 5201cc2ca81d
parent 37896 cd841af7dcd0
child 38435 292ad46c1bf1
equal deleted inserted replaced
38418:85a39dd50bb5 38419:5201cc2ca81d
   711 #     4. JSSE message digest algorithm name, e.g., SHA
   711 #     4. JSSE message digest algorithm name, e.g., SHA
   712 #
   712 #
   713 # See SSL/TLS specifications and "Java Cryptography Architecture Standard
   713 # See SSL/TLS specifications and "Java Cryptography Architecture Standard
   714 # Algorithm Name Documentation" for information about the algorithm names.
   714 # Algorithm Name Documentation" for information about the algorithm names.
   715 #
   715 #
       
   716 # Note: If a legacy algorithm is also restricted through the
       
   717 # jdk.tls.disabledAlgorithms property or the
       
   718 # java.security.AlgorithmConstraints API (See
       
   719 # javax.net.ssl.SSLParameters.setAlgorithmConstraints()),
       
   720 # then the algorithm is completely disabled and will not be negotiated.
       
   721 #
   716 # Note: This property is currently used by Oracle's JSSE implementation.
   722 # Note: This property is currently used by Oracle's JSSE implementation.
   717 # It is not guaranteed to be examined and used by other implementations.
   723 # It is not guaranteed to be examined and used by other implementations.
   718 # There is no guarantee the property will continue to exist or be of the
   724 # There is no guarantee the property will continue to exist or be of the
   719 # same syntax in future releases.
   725 # same syntax in future releases.
   720 #
   726 #