See: Description
| Interface | Description |
|---|---|
| DisableEncryptWriteRequest |
Interface used to designate WriteRequest objects which should not be encrypted.
|
| Class | Description |
|---|---|
| BogusTrustManagerFactory |
Bogus
TrustManagerFactory which creates
X509TrustManager trusting everything. |
| EncryptedWriteRequest |
Specialty WriteRequest which indicates that the contents has been encrypted.
|
| KeyStoreFactory |
A factory that creates and configures a new
KeyStore instance. |
| SslContextFactory |
A factory that creates and configures a new
SSLContext. |
| SslFilter |
A SSL processor which performs flow control of encrypted information on the
filter-chain.
|
| SslHandler |
Default interface for SSL exposed to the
SslFilter |
| Enum | Description |
|---|---|
| SslEvent |
A SSL event sent by
SslFilter when the session is secured or not
secured. |
Copyright © 2004–2024 Apache MINA Project. All rights reserved.