Package 

Interface ISSLChannel


  • 
    public interface ISSLChannel
    
                        

    Interface which specifies all required methods a SSLSocketChannel has to make public.

    • Method Summary

      Modifier and Type Method Description
      abstract SSLEngine getSSLEngine() Get the ssl engine used for the de- and encryption of the communication.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Method Detail

      • getSSLEngine

         abstract SSLEngine getSSLEngine()

        Get the ssl engine used for the de- and encryption of the communication.