KickJava   Java API By Example, From Geeks To Geeks.

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

  • org.apache.mina.filter.SSLFilter
    An SSL filter that encrypts and decrypts the data exchanged in the session. Adding this filter triggers SSL handshake procedure immediately by sending a SSL 'hello' message, so you don't need to call {@link #startSSL(IoSession)} manually unless you are implementing StartTLS (see below). <p> ...
Popular Tags