All Classes and Interfaces
Class
Description
Allows to customize private key signing / decrypt (when using RSA).
Is called during handshake and hooked into openssl via
SSL_CTX_set_cert_cb
.Provides compression/decompression implementations for TLS Certificate Compression
(RFC 8879).
Deprecated.
Is called during handshake and hooked into openssl via
SSL_CTX_set_cert_verify_callback
.Callback hooked into SSL_CTX_set_keylog_callback
This is intended for TLS debugging with tools like Wireshark.
This class is necessary to break the following cyclic dependency:
JNI_OnLoad
JNI Calls FindClass because RegisterNatives (used to register JNI methods) requires a class
FindClass loads the class, but static members variables of that class attempt to call a JNI method which has not
yet been registered.
UnsatisfiedLinkError
is thrown because native method has not yet been registered.
Static members which call JNI methods must not be declared in this class!Callback that is called once an operation completed.
Session Ticket Key
Allows to customize private key signing / decrypt (when using RSA).
Methods to operate on a
SSL_SESSION
.Allows to implement a custom external
SSL_SESSION
cache.A SSL related task that will be returned by
SSL.getTask(long)
.
CertificateCallback