接口 | 说明 |
---|---|
ApplicationProtocolNegotiator | 已过时 |
CipherSuiteFilter |
Provides a means to filter the supplied cipher suite based upon the supported and default cipher suites.
|
JdkApplicationProtocolNegotiator | 已过时 |
JdkApplicationProtocolNegotiator.ProtocolSelectionListener |
A listener to be notified by which protocol was select by its peer.
|
JdkApplicationProtocolNegotiator.ProtocolSelectionListenerFactory |
Factory interface for
JdkApplicationProtocolNegotiator.ProtocolSelectionListener objects. |
JdkApplicationProtocolNegotiator.ProtocolSelector |
Interface to define the role of an application protocol selector in the SSL handshake process.
|
JdkApplicationProtocolNegotiator.ProtocolSelectorFactory |
Factory interface for
JdkApplicationProtocolNegotiator.ProtocolSelector objects. |
JdkApplicationProtocolNegotiator.SslEngineWrapperFactory |
Abstract factory pattern for wrapping an
SSLEngine object. |
OpenSslApplicationProtocolNegotiator | 已过时 |
类 | 说明 |
---|---|
ApplicationProtocolConfig |
Provides an
SSLEngine agnostic way to configure a ApplicationProtocolNegotiator . |
ApplicationProtocolNames |
Provides a set of protocol names used in ALPN and NPN.
|
ApplicationProtocolNegotiationHandler |
Configures a
ChannelPipeline depending on the application-level protocol negotiation result of
SslHandler . |
DelegatingSslContext |
Adapter class which allows to wrap another
SslContext and init SSLEngine instances. |
IdentityCipherSuiteFilter |
This class will not do any filtering of ciphers suites.
|
JdkAlpnApplicationProtocolNegotiator | 已过时 |
JdkApplicationProtocolNegotiator.AllocatorAwareSslEngineWrapperFactory | |
JdkNpnApplicationProtocolNegotiator | 已过时 |
JdkSslClientContext | 已过时 |
JdkSslContext |
An
SslContext which uses JDK's SSL/TLS implementation. |
JdkSslServerContext | 已过时 |
OpenSsl |
Tells if
netty-tcnative and its OpenSSL support
are available. |
OpenSslClientContext |
A client-side
SslContext which uses OpenSSL's SSL/TLS implementation. |
OpenSslContext |
This class will use a finalizer to ensure native resources are automatically cleaned up.
|
OpenSslDefaultApplicationProtocolNegotiator | 已过时 |
OpenSslEngine |
Implements a
SSLEngine using
OpenSSL BIO abstractions. |
OpenSslNpnApplicationProtocolNegotiator | 已过时 |
OpenSslServerContext |
A server-side
SslContext which uses OpenSSL's SSL/TLS implementation. |
OpenSslServerSessionContext |
OpenSslSessionContext implementation which offers extra methods which are only useful for the server-side. |
OpenSslSessionContext |
OpenSSL specific
SSLSessionContext implementation. |
OpenSslSessionStats |
Stats exposed by an OpenSSL session context.
|
OpenSslSessionTicketKey |
Session Ticket Key
|
OptionalSslHandler |
OptionalSslHandler is a utility decoder to support both SSL and non-SSL handlers
based on the first message received. |
PemPrivateKey |
This is a special purpose implementation of a
PrivateKey which allows the
user to pass PEM/PKCS#8 encoded key material straight into OpenSslContext
without having to parse and re-encode bytes in Java land. |
PemX509Certificate |
This is a special purpose implementation of a
X509Certificate which allows
the user to pass PEM/PKCS#8 encoded data straight into OpenSslContext without
having to parse and re-encode bytes in Java land. |
ReferenceCountedOpenSslClientContext |
A client-side
SslContext which uses OpenSSL's SSL/TLS implementation. |
ReferenceCountedOpenSslContext |
An implementation of
SslContext which works with libraries that support the
OpenSsl C library API. |
ReferenceCountedOpenSslEngine |
Implements a
SSLEngine using
OpenSSL BIO abstractions. |
ReferenceCountedOpenSslServerContext |
A server-side
SslContext which uses OpenSSL's SSL/TLS implementation. |
SniHandler |
Enables SNI
(Server Name Indication) extension for server side SSL.
|
SslCloseCompletionEvent |
Event that is fired once the close_notify was received or if an failure happens before it was received.
|
SslCompletionEvent | |
SslContext |
A secure socket protocol implementation which acts as a factory for
SSLEngine and SslHandler . |
SslContextBuilder |
Builder for configuring a new SslContext for creation.
|
SslHandler | |
SslHandshakeCompletionEvent |
Event that is fired once the SSL handshake is complete, which may be because it was successful or there
was an error.
|
SupportedCipherSuiteFilter |
This class will filter all requested ciphers out that are not supported by the current
SSLEngine . |
枚举 | 说明 |
---|---|
ApplicationProtocolConfig.Protocol |
Defines which application level protocol negotiation to use.
|
ApplicationProtocolConfig.SelectedListenerFailureBehavior |
Defines the most common behaviors for the peer which is notified of the selected protocol.
|
ApplicationProtocolConfig.SelectorFailureBehavior |
Defines the most common behaviors for the peer that selects the application protocol.
|
ClientAuth |
Indicates the state of the
SSLEngine with respect to client authentication. |
SslProvider |
An enumeration of SSL/TLS protocol providers.
|
异常错误 | 说明 |
---|---|
NotSslRecordException |
Special
SSLException which will get thrown if a packet is
received that not looks like a TLS/SSL record. |
OpenSslCertificateException |
A special
CertificateException which allows to specify which error code is included in the
SSL Record. |
SSLEngine