Uses of Class
org.wildfly.security.ssl.ProtocolSelector
Packages that use ProtocolSelector
-
Uses of ProtocolSelector in org.wildfly.security.ssl
Methods in org.wildfly.security.ssl that return ProtocolSelectorModifier and TypeMethodDescriptionAdd the given protocol.Add the given protocols.Add the given protocol.Add the given protocols.static ProtocolSelectorProtocolSelector.defaultProtocols()Get the default SSL protocol selector.ProtocolSelector.deleteFully(String protocolName) Permanently delete the given protocol.ProtocolSelector.deleteFully(EnumSet<Protocol> protocols) Permanently delete all of the given protocols.ProtocolSelector.deleteFully(Protocol protocol) Permanently delete the given protocol.ProtocolSelector.deleteFully(Protocol... protocols) Permanently delete all of the given protocols.static ProtocolSelectorProtocolSelector.empty()Get the basic empty SSL protocol selector.Remove the given protocol.Remove the given protocols.Remove the given protocol.Remove the given protocols.Methods in org.wildfly.security.ssl with parameters of type ProtocolSelectorModifier and TypeMethodDescriptionstatic SecurityFactory<SSLContext>SSLUtils.createSslContextFactory(ProtocolSelector protocolSelector, Supplier<Provider[]> providerSupplier) Create an SSL context factory which locates the best context by searching the preferred providers in order using the rules established in the given protocol selector.static SecurityFactory<SSLContext>SSLUtils.createSslContextFactory(ProtocolSelector protocolSelector, Supplier<Provider[]> providerSupplier, String providerName) Create an SSL context factory which locates the best context by searching the preferred providers in order using the rules established in the given protocol selector.SSLContextBuilder.setProtocolSelector(ProtocolSelector protocolSelector) Set the protocol selector to use for this context.