Uses of Interface
org.wildfly.security.ssl.SSLConfigurator
-
Packages that use SSLConfigurator Package Description org.wildfly.security.ssl -
-
Uses of SSLConfigurator in org.wildfly.security.ssl
Methods in org.wildfly.security.ssl with parameters of type SSLConfigurator Modifier and Type Method Description static SSLContext
SSLUtils. createConfiguredSslContext(SSLContext original, SSLConfigurator sslConfigurator)
Create a configured SSL context from an outside SSL context.static SSLContext
SSLUtils. createConfiguredSslContext(SSLContext original, SSLConfigurator sslConfigurator, boolean wrap)
Create a configured SSL context from an outside SSL context.static SecurityFactory<SSLContext>
SSLUtils. createConfiguredSslContextFactory(SecurityFactory<SSLContext> originalFactory, SSLConfigurator sslConfigurator)
Create a configured SSL context factory from an outside SSL context.
-