Interface | Description |
---|---|
SSLConfigurator |
A configurator for SSL contexts and their produced objects.
|
SSLConnectionInformation |
Information about the SSL connection currently being built.
|
SSLContextSelector |
A selector which chooses an SSL context based on connection information.
|
Class | Description |
---|---|
CipherSuitePredicate |
An opaque predicate which can be used to match SSL/TLS cipher suites.
|
CipherSuiteSelector |
An immutable filter for SSL/TLS cipher suites.
|
ProtocolSelector |
An immutable filter for SSL/TLS protocols.
|
SSLConnection |
An SSL connection of some sort.
|
SSLContextBuilder |
A class which allows building and configuration of a single client- or server-side SSL context.
|
SSLUtils |
SSL factories and utilities.
|
TLSServerEndPointChannelBinding |
Utilities for handling the "tls-server-end-point" channel binding strategy used by various types
of authentication mechanisms.
|
X509CRLExtendedTrustManager |
Extension to the
X509TrustManager interface to support CRL verification. |
Enum | Description |
---|---|
Authentication |
The authentication type for SSL/TLS cipher suite selection.
|
Digest |
The digest algorithm type for SSL/TLS cipher suite selection.
|
Encryption |
The encryption type for SSL/TLS cipher suite selection.
|
KeyAgreement |
The key agreement type for SSL/TLS cipher suite selection.
|
Protocol |
The protocol type for SSL/TLS cipher suite selection and protocol selection.
|
SecurityLevel |
The security level setting for SSL/TLS cipher suite selection.
|
Copyright © 2020 JBoss by Red Hat. All rights reserved.