See: Description
Interface | Description |
---|---|
CipherFilter |
A filter providing means for selecting ciphers enabled for use on the
SSLEngine based upon the requested, recommended and supported
ciphers. |
ProtocolFilter |
A filter providing means for selecting protocols enabled for use on the
SSLEngine based upon the requested, recommended and supported
protocols. |
Class | Description |
---|---|
DefaultCipherProtocolFilters |
Default set of cipher and protocol filters that do not do any filtering.
|
SSLContextBuilder |
A builder for the
SSLContext . |
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 . |
Enum | Description |
---|---|
ClientAuth |
An enum that defines modes of the
SSLEngine 's client authentications. |
Exception | Description |
---|---|
SSLContextCreateException |
Indicates problems with creation of the SSL context.
|
Copyright © 2017–2022 SNF4J.ORG. All rights reserved.