Package | Description |
---|---|
org.snf4j.core.session |
Provides classes and interfaces used for session handling.
|
org.snf4j.core.session.ssl |
Provides classes and interfaces for configuration of SSL/TLS/DTLS sessions.
|
Class and Description |
---|
SSLEngineBuilder
A builder for the
SSLEngine . |
Class and Description |
---|
CipherFilter
A filter providing means for selecting ciphers enabled for use on the
SSLEngine based upon the requested, recommended and supported
ciphers. |
ClientAuth
An enum that defines modes of the
SSLEngine 's client authentications. |
DefaultCipherProtocolFilters
Default set of cipher and protocol filters that do not do any filtering.
|
ProtocolFilter
A filter providing means for selecting protocols enabled for use on the
SSLEngine based upon the requested, recommended and supported
protocols. |
SSLContextBuilder
A builder for the
SSLContext . |
SSLContextCreateException
Indicates problems with creation of the SSL context.
|
SSLEngineBuilder
A builder for the
SSLEngine . |
SupportedCipherProtocolFilters
A set of cipher and protocol filters that filter out all requested ciphers and
protocols that are not supported by the current
SSLEngine . |
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.