Package org.apache.mina.filter.ssl
Classes that implement IoFilter and provide Secure Sockets Layer
functionality.
- Author:
- Apache MINA Project
-
Interface Summary Interface Description DisableEncryptWriteRequest Interface used to designate WriteRequest objects which should not be encrypted. -
Class Summary Class Description BogusTrustManagerFactory BogusTrustManagerFactorywhich createsX509TrustManagertrusting everything.EncryptedWriteRequest Specialty WriteRequest which indicates that the contents has been encrypted.KeyStoreFactory A factory that creates and configures a newKeyStoreinstance.SslContextFactory A factory that creates and configures a newSSLContext.SslFilter A SSL processor which performs flow control of encrypted information on the filter-chain.SslHandler Default interface for SSL exposed to theSslFilterSSLHandlerG0 Default implementation of SSLHandler -
Enum Summary Enum Description SslEvent A SSL event sent bySslFilterwhen the session is secured or not secured.