| Interface | Description |
|---|---|
| SSLBaseFilter.HandshakeListener | |
| SSLEngineFactory |
The factory responsible for creating
SSLEngine. |
| SSLSupport |
SSLSupport
Interface for SSL-specific functions
|
| Class | Description |
|---|---|
| SSLBaseFilter |
SSL
Filter to operate with SSL encrypted data. |
| SSLBaseFilter.CertificateEvent | |
| SSLBaseFilter.SSLTransportFilterWrapper | |
| SSLCodec |
SSL Codec, which contains SSL encoder and decoder
Transformers. |
| SSLConnectionContext |
SSL context associated with a
Connection. |
| 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. |
| 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. |
| SSLStreamWriter.HandshakeCompletionHandler | |
| SSLStreamWriter.SSLHandshakeCondition | |
| 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.
|
Copyright © 2012-2017, Oracle and/or its affiliates. All Rights Reserved. Use is subject to license terms.