Interface | Description |
---|---|
SSLBaseFilter.HandshakeListener | |
SSLSupport |
SSLSupport
Interface for SSL-specific functions
|
Class | Description |
---|---|
SSLBaseFilter |
SSL
Filter to operate with SSL encrypted data. |
SSLBaseFilter.CertificateEvent | |
SSLCodec |
SSL Codec, which contains SSL encoder and decoder
Transformer s. |
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 © 2014 Oracle Corporation. All rights reserved.