Class SSLConfigurableSocket

    • Constructor Detail

      • SSLConfigurableSocket

        public SSLConfigurableSocket​(SSLSocket delegate)
        Deprecated.
    • Method Detail

      • getSupportedProtocols

        public String[] getSupportedProtocols()
        Deprecated.
        Description copied from interface: SSLConfigurable
        Gets the set of protocols that the SSL component supports.
        Specified by:
        getSupportedProtocols in interface SSLConfigurable
        Returns:
        protocols supported protocols; the return value may be an empty array but must never be null.
      • getSupportedCipherSuites

        public String[] getSupportedCipherSuites()
        Deprecated.
        Description copied from interface: SSLConfigurable
        Gets the set of cipher suites that the SSL component supports.
        Specified by:
        getSupportedCipherSuites in interface SSLConfigurable
        Returns:
        supported cipher suites; the return value may be an empty array but must never be null
      • setEnabledCipherSuites

        public void setEnabledCipherSuites​(String[] suites)
        Deprecated.
        Description copied from interface: SSLConfigurable
        Sets the enabled cipher suites on the SSL component.
        Specified by:
        setEnabledCipherSuites in interface SSLConfigurable
        Parameters:
        suites - the cipher suites to enable
      • setNeedClientAuth

        public void setNeedClientAuth​(boolean state)
        Deprecated.
        Description copied from interface: SSLConfigurable
        Sets a flag indicating whether the SSL component should require client authentication.
        Specified by:
        setNeedClientAuth in interface SSLConfigurable
        Parameters:
        state - the flag state to set
      • setWantClientAuth

        public void setWantClientAuth​(boolean state)
        Deprecated.
        Description copied from interface: SSLConfigurable
        Sets a flag indicating whether the SSL component should request client authentication.
        Specified by:
        setWantClientAuth in interface SSLConfigurable
        Parameters:
        state - the flag state to set