KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > javax > net > ssl > SSLEngineResult > Top Examples

  • org.apache.mina.filter.support.SSLHandler
    A helper class using the SSLEngine API to decrypt/encrypt data. <p> Each connection has a SSLEngine that is used through the lifetime of the connection. We allocate byte buffers for use as the outbound and inbound network buffers. These buffers handle all of the intermediary data for the SSL ...
  • org.apache.tomcat.util.net.SecureNioChannel
    Implementation of a secure socket channel @author Filip Hanik @version 1.0
  • ChannelIOSecure
    A helper class which performs I/O using the SSLEngine API. <P> Each connection has a SocketChannel and a SSLEngine that is used through the lifetime of the Channel. We allocate byte buffers for use as the outbound and inbound network buffers. <PRE> Application Data src requestBB ...
  • com.maverick.ssl.SSLTransportJCE
Popular Tags