| Interface | Description | 
|---|---|
| SSLSessionInitializer | Callback interface that can be used to customize TLS/SSL session initialization. | 
| SSLSessionVerifier | Callback interface that can be used to customize TLS/SSL session verification. | 
| TransportSecurityLayer | TLS capable session layer interface. | 
| Class | Description | 
|---|---|
| SSLIOSession | SSLIOSessionis a decorator class intended to transparently extend
 anIOSessionwith transport layer security capabilities based on
 the SSL/TLS protocol. | 
| TlsDetails | Represents details of a fully established TLS session. | 
| Enum | Description | 
|---|---|
| SSLBufferMode | |
| SSLMode | 
Copyright © 2005–2021 The Apache Software Foundation. All rights reserved.