|
Class Summary |
| BlockingSSLHandshaker |
Blocking SSLHandshaker implementation. |
| SSLCodec |
SSL Codec, which contains SSL encoder and decoder Transformers. |
| SSLContextConfigurator |
Utility class, which helps to configure SSLContext. |
| SSLDecoderTransformer |
Transformer, which decodes SSL encrypted data, contained in the
input Buffer, to the output Buffer. |
| SSLEncoderTransformer |
Transformer, which encrypts plain data, contained in the
input Buffer, into SSL/TLS data and puts the result to the output Buffer. |
| SSLEngineConfigurator |
Utility class, which helps to configure SSLEngine. |
| SSLFilter |
SSL Filter to operate with SSL encrypted data. |
| SSLHandshakeDecoder |
Transformer, which works as the decoder on the SSL handshaking phase. |
| SSLHandshakeEncoder |
Transformer, which works as the encoder on the SSL handshaking phase. |
| SSLResourcesAccessor |
Utility class, which simplifies the access to the SSL related resources
stored in AttributeHolder. |
| SSLStreamReader |
SSL aware StreamReader implementation, which work like a wrapper over
existing StreamReader. |
| SSLStreamWriter |
SSL aware StreamWriter implementation, which work like a wrapper over
existing StreamWriter. |
| SSLSupport.CipherData |
Simple data class that represents the cipher being used, along with the
corresponding effective key size. |
| SSLSupportImpl |
|
| SSLUtils |
Utility class, which implements the set of useful SSL related operations. |