Package org.apache.mina.filter.ssl
Classes that implement IoFilter and provide Secure Sockets Layer functionality.
- Author:
- Apache MINA Project
-
Class Summary Class Description BogusTrustManagerFactory BogusTrustManagerFactory
which createsX509TrustManager
trusting everything.KeyStoreFactory A factory that creates and configures a newKeyStore
instance.SslContextFactory A factory that creates and configures a newSSLContext
.SslFilter An SSL filter that encrypts and decrypts the data exchanged in the session.SslFilter.SslFilterMessage A message that is sent fromSslFilter
when the connection became secure or is not secure anymore.