Package io.netty.internal.tcnative
-
Interface Summary Interface Description AsyncSSLPrivateKeyMethod Allows to customize private key signing / decrypt (when using RSA).AsyncTask CertificateCallback Is called during handshake and hooked into openssl viaSSL_CTX_set_cert_cb
.CertificateCompressionAlgo Provides compression/decompression implementations for TLS Certificate Compression (RFC 8879).CertificateRequestedCallback Deprecated. KeyLogCallback Callback hooked into SSL_CTX_set_keylog_callback This is intended for TLS debugging with tools like Wireshark.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 externalSSL_SESSION
cache.SSLTask.TaskCallback -
Class Summary Class Description AsyncSSLPrivateKeyMethodAdapter Buffer CertificateCallbackTask CertificateVerifier Is called during handshake and hooked into openssl viaSSL_CTX_set_cert_verify_callback
.CertificateVerifierTask Library NativeStaticallyReferencedJniMethods 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!SessionTicketKey Session Ticket KeySSL SSLContext SSLPrivateKeyMethodDecryptTask SSLPrivateKeyMethodSignTask SSLPrivateKeyMethodTask SSLSession Methods to operate on aSSL_SESSION
.SSLTask A SSL related task that will be returned bySSL.getTask(long)
.