| Interface | Description |
|---|---|
| AsyncSSLPrivateKeyMethod |
Allows to customize private key signing / decrypt (when using RSA).
|
| AsyncTask | |
| CertificateCallback |
Is called during handshake and hooked into openssl via
SSL_CTX_set_cert_cb. |
| CertificateCompressionAlgo |
Provides compression/decompression implementations for TLS Certificate Compression
(RFC 8879).
|
| CertificateRequestedCallback | Deprecated |
| ResultCallback<T> |
Callback that is called once an operation completed.
|
| SniHostNameMatcher | |
| SSLPrivateKeyMethod |
Allows to customize private key signing / decrypt (when using RSA).
|
| SSLSessionCache |
Allows to implement a custom external
SSL_SESSION cache. |
| Class | Description |
|---|---|
| Buffer | |
| CertificateVerifier |
Is called during handshake and hooked into openssl via
SSL_CTX_set_cert_verify_callback. |
| Library | |
| SessionTicketKey |
Session Ticket Key
|
| SSL | |
| SSLContext | |
| SSLSession |
Methods to operate on a
SSL_SESSION. |
Copyright © 2022 The Netty Project. All rights reserved.