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 Summary

    Modifier and Type
    Method
    Description
    Get the ssl engine used for the de- and encryption of the communication.
  • Method Details

    • getSSLEngine

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