Package org.wildfly.security.ssl
-
Interface Summary 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 Summary 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.SNIContextMatcher SNIContextMatcher.Builder SNISSLContext 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 Deprecated. useX509RevocationTrustManager
insteadX509RevocationTrustManager Extension to theX509TrustManager
interface to support OCSP and CRL verification.X509RevocationTrustManager.Builder -
Enum Summary 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.