Interface ISSLChannel

  • All Known Implementing Classes:
    SSLSocketChannel, SSLSocketChannel2

    public interface ISSLChannel
    Interface which specifies all required methods a SSLSocketChannel has to make public.
    Since:
    1.4.1
    • Method Detail

      • getSSLEngine

        javax.net.ssl.SSLEngine getSSLEngine()
        Get the ssl engine used for the de- and encryption of the communication.
        Returns:
        the ssl engine of this channel