-
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. -
-
Method Detail
-
getSSLEngine
abstract SSLEngine getSSLEngine()
Get the ssl engine used for the de- and encryption of the communication.
-
-
-
-