Uses of Package
io.netty.handler.ssl
Packages that use io.netty.handler.ssl
Package
Description
Certificate validation using OCSP
-
Classes in io.netty.handler.ssl used by io.netty.handler.sslClassDescriptionEnables SNI (Server Name Indication) extension for server side SSL.Provides a way to get the application-level protocol name from ALPN or NPN.Provides an
SSLEngine
agnostic way to configure aApplicationProtocolNegotiator
.Defines which application level protocol negotiation to use.Defines the most common behaviors for the peer which is notified of the selected protocol.Defines the most common behaviors for the peer that selects the application protocol.Deprecated.Used to store nullable values in a CHMProvides a means to filter the supplied cipher suite based upon the supported and default cipher suites.Indicates the state of theSSLEngine
with respect to client authentication.This class will not do any filtering of ciphers suites.Deprecated.Deprecated.Deprecated.A listener to be notified by which protocol was select by its peer.Deprecated.Factory interface forJdkApplicationProtocolNegotiator.ProtocolSelectionListener
objects.Deprecated.Interface to define the role of an application protocol selector in the SSL handshake process.Deprecated.Factory interface forJdkApplicationProtocolNegotiator.ProtocolSelector
objects.Deprecated.Abstract factory pattern for wrapping anSSLEngine
object.Common base class forJdkApplicationProtocolNegotiator
classes to inherit from.TheJdkApplicationProtocolNegotiator
to use if you do not care about NPN or ALPN and are usingSslProvider.JDK
.AnSslContext
which uses JDK's SSL/TLS implementation.SpecialSSLException
which will get thrown if a packet is received that not looks like a TLS/SSL record.Deprecated.Provides compression and decompression implementations for TLS Certificate Compression (RFC 8879).Configuration for TLS1.3 certificate compression extension.The configuration for algorithm.The usage mode of theOpenSslCertificateCompressionAlgorithm
.Builder for anOpenSslCertificateCompressionAlgorithm
.Host / Port tuple used to find aOpenSslInternalSession
in the cache.This class will use a finalizer to ensure native resources are automatically cleaned up.SSLSession
that is specific to our native implementation.Holds references to the native key-material that is used by OpenSSL.ProvidesOpenSslKeyMaterial
for a given alias.Allow to customize private key signing / decrypting (when using RSA).OpenSslSessionContext
implementation which offers extra methods which are only useful for the server-side.SSLSession
sub-type that is used by our native implementation.SSLSessionCache
implementation for our native SSL implementation.OpenSslInternalSession
implementation which wraps the native SSL_SESSION* while in cache.OpenSSL specificSSLSessionContext
implementation.Represent the session ID used by anOpenSslInternalSession
.Stats exposed by an OpenSSL session context.Session Ticket KeySpecialKeyManagerFactory
that pre-compute the keymaterial used whenSslProvider.OPENSSL
orSslProvider.OPENSSL_REFCNT
is used and so will improve handshake times and its performance.A marker interface for PEM encoded values.This is a special purpose implementation of aPrivateKey
which allows the user to pass PEM/PKCS#8 encoded key material straight intoOpenSslContext
without having to parse and re-encode bytes in Java land.A PEM encoded value.This is a special purpose implementation of aX509Certificate
which allows the user to pass PEM/PKCS#8 encoded data straight intoOpenSslContext
without having to parse and re-encode bytes in Java land.An implementation ofSslContext
which works with libraries that support the OpenSsl C library API.Implements aSSLEngine
using OpenSSL BIO abstractions.An interface thatTrustManager
instances can implement, to be notified of resumed SSL sessions.ByteToMessageDecoder
which allows to be notified once a fullClientHello
was received.Event that is fired once the close_notify was received or if an failure happens before it was received.A secure socket protocol implementation which acts as a factory forSSLEngine
andSslHandler
.Builder for configuring a new SslContext for creation.ASslContextOption
allows to configure aSslContext
in a type-safe way.Runnable
that will be scheduled on thedelegatedTaskExecutor
and will take care of resume work on theEventExecutor
once the task was executed.Each call to SSL_write will introduce about ~100 bytes of overhead.Event that is fired once the SSL handshake is complete, which may be because it was successful or there was an error.TheSslMasterKeyHandler
is a channel-handler you can include in your pipeline to consume the master key invalid input: '&' session identifier for a TLS session.An enumeration of SSL/TLS protocol providers.ASSLHandshakeException
that does not fill in the stack trace.This class will filter all requested ciphers out that are not supported by the currentSSLEngine
. -
Classes in io.netty.handler.ssl used by io.netty.handler.ssl.ocsp
ApplicationProtocolConfig