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 BogusTrustManagerFactorywhich createsX509TrustManagertrusting everything.KeyStoreFactory A factory that creates and configures a newKeyStoreinstance.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 fromSslFilterwhen the connection became secure or is not secure anymore. -
Enum Summary Enum Description SslEvent A SSL event sent bySslFilterwhen the session is secured or not secured.