Uploaded image for project: 'JDK'
  1. JDK
  2. JDK-4482700

SSLServerSocket.setEnabledCipherSuites() doc bug

XMLWordPrintable

    • Icon: Bug Bug
    • Resolution: Fixed
    • Icon: P3 P3
    • 1.0.3
    • 1.4.0
    • security-libs
    • None
    • 1.0.3
    • generic
    • generic

        The javadoc for the javax.net.ssl.SSLServerSocket class's
        setEnabledCipherSuites() method says:

           /**
             * ...
             * @param suites Names of all the cipher suites to enable; null
             * means to accept system defaults.


        A value of null should result in IllegalArgumentException.
        This documentation was an error and has never been implemented in
        the JSSE reference implementation. This semantic is also inconsistent
        with SSLSocket's method of the same name and purpose.

              wetmore Bradford Wetmore
              jdn Jeffrey Nisewanger (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              0 Start watching this issue

                Created:
                Updated:
                Resolved:
                Imported:
                Indexed: